Moved static files and celery.py

This commit is contained in:
Raphael Michel
2017-01-04 22:00:28 +01:00
parent dd074a11d4
commit c639cd96f5
441 changed files with 453 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from pretix.base.i18n import language
from pretix.base.models import CachedFile, Event, cachedfile_name
from pretix.base.services.async import ProfiledTask
from pretix.base.signals import register_data_exporters
from pretix.celery import app
from pretix.celery_app import app
@app.task(base=ProfiledTask)