Add a dummy Stripe plugin for testing purposes

This commit is contained in:
Raphael Michel
2015-03-06 15:20:59 +01:00
parent 98f7f07c2e
commit 4390ee0b07
4 changed files with 45 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ INSTALLED_APPS = (
'pretix.plugins.testdummy',
'pretix.plugins.timerestriction',
'pretix.plugins.banktransfer',
'pretix.plugins.stripe',
)
MIDDLEWARE_CLASSES = (