First steps into a payment provider API

This commit is contained in:
Raphael Michel
2015-03-04 13:58:25 +01:00
parent bef74c39f7
commit 386bd032cf
9 changed files with 65 additions and 0 deletions

View File

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