Skip to content

Commit

Permalink
Merge branch '3.1' of github.com:celery/celery into 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Apr 22, 2015
2 parents 23b8376 + 3f897ca commit 32be98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/django/proj/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

from celery import Celery

from django.conf import settings

# set the default Django settings module for the 'celery' program.
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'proj.settings')

from django.conf import settings

app = Celery('proj')

# Using a string here means the worker will not have to
Expand Down

0 comments on commit 32be98e

Please sign in to comment.