mirror of
https://github.com/pretix/pretix.git
synced 2026-08-17 11:56:27 +00:00
Always process tasks through celery (#245)
This commit is contained in:
@@ -15,3 +15,5 @@ EMAIL_BACKEND = 'django.core.mail.outbox'
|
||||
COMPRESS_ENABLED = COMPRESS_OFFLINE = False
|
||||
|
||||
PASSWORD_HASHERS = ['django.contrib.auth.hashers.MD5PasswordHasher']
|
||||
|
||||
CELERY_ALWAYS_EAGER = True
|
||||
|
||||
Reference in New Issue
Block a user