|
@@ -7,8 +7,6 @@ from celery import Celery
|
|
|
# set the default Django settings module for the 'celery' program.
|
|
|
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'proj.settings')
|
|
|
|
|
|
-from django.conf import settings # noqa
|
|
|
-
|
|
|
app = Celery('proj')
|
|
|
|
|
|
# Using a string here means the worker doesn't have to serialize
|