Skip to content

Commit 9655c72

Browse files
committed
update prod settings template
1 parent d476dc5 commit 9655c72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

egsim/settings/prod.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
As convention, you may rename the production file `settings.py`
66
"""
77

8-
from egsim.settings.base import *
8+
from egsim.settings.base import * # Note: you also import pathlib.Path automatically
99

1010
DEBUG = False # DO NOT CHANGE THIS IN PRODUCTION!
1111

@@ -23,7 +23,7 @@
2323
# python -c "from django.core.management.utils import get_random_secret_key;print(get_random_secret_key())" # noqa
2424
SECRET_KEY: str
2525

26-
# path to the sqlite database (can be placed next to MEDIA_ROOT, see below)
26+
# path to the sqlite database (you may place it next to MEDIA_ROOT)
2727
DATABASES['default']['NAME']: str
2828

2929
# media root (path on the server):

0 commit comments

Comments
 (0)