forked from CGM_Public/pretix_original
* Drag-and-drop: Force csrf_token to be present * Rough design * Missing file * b.visble * Forms * Docs * Tests * Fix variable
This commit is contained in:
@@ -8,5 +8,11 @@ TEMPLATES[0]['DIRS'].append(os.path.join(TEST_DIR, 'templates')) # NOQA
|
||||
|
||||
INSTALLED_APPS.append('tests.testdummy') # NOQA
|
||||
|
||||
PRETIX_AUTH_BACKENDS = [
|
||||
'pretix.base.auth.NativeAuthBackend',
|
||||
'tests.testdummy.auth.TestFormAuthBackend',
|
||||
'tests.testdummy.auth.TestRequestAuthBackend',
|
||||
]
|
||||
|
||||
for a in PLUGINS:
|
||||
INSTALLED_APPS.remove(a)
|
||||
INSTALLED_APPS.remove(a)
|
||||
|
||||
Reference in New Issue
Block a user