mirror of
https://github.com/pretix/pretix.git
synced 2026-01-04 19:02:26 +00:00
Fix #322 -- Do not use ManifestStaticFileStorage during testing
This commit is contained in:
@@ -17,8 +17,10 @@ atexit.register(tmpdir.cleanup)
|
||||
EMAIL_BACKEND = 'django.core.mail.outbox'
|
||||
|
||||
COMPRESS_ENABLED = COMPRESS_OFFLINE = False
|
||||
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
|
||||
|
||||
DEBUG = True
|
||||
DEBUG_PROPAGATE_EXCEPTIONS = True
|
||||
|
||||
PASSWORD_HASHERS = ['django.contrib.auth.hashers.MD5PasswordHasher']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user