mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-26 08:39:08 +01:00
Add USE_TZ = True
This commit is contained in:
parent
e438f6b4db
commit
94c597205e
@ -25,6 +25,9 @@ except AttributeError:
|
||||
|
||||
HAS_TAG_SUPPORT = False
|
||||
|
||||
# Use international timezones
|
||||
USE_TZ: bool = True
|
||||
|
||||
# check for secure cookie support
|
||||
if os.environ.get('SECURE_PROXY_SSL_HEADER'):
|
||||
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
||||
|
Loading…
Reference in New Issue
Block a user