We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5daaeb commit fd2bcecCopy full SHA for fd2bcec
AUTHORS
@@ -56,6 +56,7 @@ Florian Demmer
56
Frederico Vieira
57
Gaël Utard
58
Glauco Junior
59
+Giovanni Giampauli
60
Hasan Ramezani
61
Hiroki Kiyohara
62
Hossein Shakiba
docs/tutorial/tutorial_05.rst
@@ -65,6 +65,7 @@ Now add a new file to your app to add Celery: :file:`tutorial/celery.py`:
65
import os
66
67
from celery import Celery
68
+ from django.conf import settings
69
70
# Set the default Django settings module for the 'celery' program.
71
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'tutorial.settings')
0 commit comments