mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-27 08:50:38 +03:00
change timezone from LA to NY
This commit is contained in:
parent
76a604da17
commit
d6acaedee0
|
@ -129,7 +129,7 @@ class Common(Configuration):
|
||||||
|
|
||||||
########## GENERAL CONFIGURATION
|
########## GENERAL CONFIGURATION
|
||||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#time-zone
|
# See: https://docs.djangoproject.com/en/dev/ref/settings/#time-zone
|
||||||
TIME_ZONE = 'America/Los_Angeles'
|
TIME_ZONE = 'America/New_York'
|
||||||
|
|
||||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#language-code
|
# See: https://docs.djangoproject.com/en/dev/ref/settings/#language-code
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'en-us'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user