Skip to content

Commit

Permalink
1421 missing import in documentation (#1424)
Browse files Browse the repository at this point in the history
* docs: add missing import

* add name in authors
  • Loading branch information
giovanniacg authored May 22, 2024
1 parent c5daaeb commit fd2bcec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff 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 number Diff line number Diff 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

0 comments on commit fd2bcec

Please sign in to comment.