mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Enable DEBUG when running the test suite
This commit is contained in:
@@ -17,6 +17,8 @@ EMAIL_BACKEND = 'django.core.mail.outbox'
|
||||
|
||||
COMPRESS_ENABLED = COMPRESS_OFFLINE = False
|
||||
|
||||
DEBUG = True
|
||||
|
||||
PASSWORD_HASHERS = ['django.contrib.auth.hashers.MD5PasswordHasher']
|
||||
|
||||
# Disable celery
|
||||
|
||||
Reference in New Issue
Block a user