Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
pyDez committed Sep 13, 2024
1 parent 4a85b00 commit 800f386
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/settings/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

from .base import * # noqa

# GENERAL
# ------------------------------------------------------------------------------
# https://docs.djangoproject.com/en/dev/ref/settings/#debug
DEBUG = True

# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED_HOSTS = [
"localhost",
]
# TEMPLATES
# ------------------------------------------------------------------------------
TEMPLATES[-1]["OPTIONS"]["loaders"] = [ # type: ignore[index] # noqa F405
Expand Down

0 comments on commit 800f386

Please sign in to comment.