Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Jul 3, 2024
1 parent e639870 commit 048a762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs_src/django_orm/mysite/settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
INSTALLED_APPS = ["polls"]

ROOT_URLCONF = "mysite.urls"
USE_TZ = False

DATABASES = {
"default": {
Expand Down

0 comments on commit 048a762

Please sign in to comment.