Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line numberDiff line numberDiff line change
Expand Up@@ -56,6 +56,7 @@ Florian Demmer
Frederico Vieira
Gaël Utard
Glauco Junior
Giovanni Giampauli
Hasan Ramezani
Hiroki Kiyohara
Hossein Shakiba
Expand Down
1 change: 1 addition & 0 deletions docs/tutorial/tutorial_05.rst
Original file line numberDiff line numberDiff line change
Expand Up@@ -65,6 +65,7 @@ Now add a new file to your app to add Celery: :file:`tutorial/celery.py`:
import os

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', 'tutorial.settings')
Expand Down