fix inclusion error: celery.py -> celeryapp.py

This commit is contained in:
Élie Bouttier 2014-08-29 18:22:55 -07:00
parent 496d59e9a5
commit 27b3e58764
2 changed files with 1 additions and 1 deletions

View file

@ -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