default uses instance.settings.settings
This commit is contained in:
parent
05c6cbc839
commit
f8305be4cd
|
@ -0,0 +1 @@
|
||||||
|
from .settings import *
|
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user