Skip to content

Commit fd2bcec

Browse files
authored
1421 missing import in documentation (#1424)
* docs: add missing import * add name in authors
1 parent c5daaeb commit fd2bcec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Florian Demmer
5656
Frederico Vieira
5757
Gaël Utard
5858
Glauco Junior
59+
Giovanni Giampauli
5960
Hasan Ramezani
6061
Hiroki Kiyohara
6162
Hossein Shakiba

docs/tutorial/tutorial_05.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Now add a new file to your app to add Celery: :file:`tutorial/celery.py`:
6565
import os
6666
6767
from celery import Celery
68+
from django.conf import settings
6869
6970
# Set the default Django settings module for the 'celery' program.
7071
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'tutorial.settings')

0 commit comments

Comments
 (0)