default uses instance.settings.settings

This commit is contained in:
bkfox 2023-06-18 21:51:04 +02:00
parent 05c6cbc839
commit f8305be4cd
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
from .settings import *

View File

@ -15,6 +15,9 @@ For Django settings see:
# DEBUG = False # DEBUG = False
LANGUAGE_CODE = "fr-BE" LANGUAGE_CODE = "fr-BE"
LC_LOCALE = "fr_BE.UTF-8" LC_LOCALE = "fr_BE.UTF-8"
TIME_ZONE = "Europe/Brussels"
timezone.activate(pytz.timezone(TIME_ZONE))
# Secret key: you MUST put a consistent secret key. You can generate one # Secret key: you MUST put a consistent secret key. You can generate one
# at https://djecrety.ir/ # at https://djecrety.ir/