fix inclusion error: celery.py -> celeryapp.py
This commit is contained in:
parent
496d59e9a5
commit
27b3e58764
2 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
from django.conf import settings
|
||||
if 'djcelery' in settings.INSTALLED_APPS:
|
||||
from ponytracker.celery import app as celery_app
|
||||
from ponytracker.celeryapp import app as celery_app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue