Skip to content

Commit

Permalink
Examples/Docs: Django example does not need to import settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Sep 21, 2016
1 parent fff12f0 commit 9f0cf25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/django/proj/celery.py
Expand Up @@ -7,8 +7,6 @@
# 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
Expand Down

0 comments on commit 9f0cf25

Please sign in to comment.