mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Refs #44 -- Added background queue support for file export
This commit is contained in:
@@ -9,3 +9,5 @@ INSTALLED_APPS = INSTALLED_APPS + (
|
||||
)
|
||||
|
||||
MEDIA_ROOT = os.path.join(TEST_DIR, 'media')
|
||||
|
||||
EMAIL_BACKEND = 'django.core.mail.outbox'
|
||||
|
||||
Reference in New Issue
Block a user