Set USE_TZ = False to avoid default changing in Django 5
This commit is contained in:
parent
440b4f864a
commit
c962a1d100
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ TEMPLATES = [
|
||||||
# Internationalization
|
# Internationalization
|
||||||
TIME_ZONE = 'America/New_York'
|
TIME_ZONE = 'America/New_York'
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'en-us'
|
||||||
|
USE_TZ = False
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
STATIC_ROOT = BASE_DIR.parent / 'collected_static'
|
STATIC_ROOT = BASE_DIR.parent / 'collected_static'
|
||||||
|
|
Loading…
Reference in a new issue