Add manual payments

This commit is contained in:
Raphael Michel
2018-06-24 16:14:29 +02:00
parent 5e7027647a
commit 0d1643da66
5 changed files with 135 additions and 0 deletions

View File

@@ -242,6 +242,7 @@ INSTALLED_APPS = [
'pretix.plugins.checkinlists',
'pretix.plugins.pretixdroid',
'pretix.plugins.badges',
'pretix.plugins.manualpayment',
'django_markup',
'django_otp',
'django_otp.plugins.otp_totp',