adding timezone

This commit is contained in:
Burhan Khalid 2014-07-01 13:08:25 +03:00
parent 457515aada
commit 13572f54c2
2 changed files with 3 additions and 2 deletions

View File

@ -6,5 +6,6 @@
"description": "A short description of the project.",
"year": "2014",
"domain_name": "example.com",
"version": "0.1.0"
"version": "0.1.0",
"timezone": "UTC",
}

View File

@ -133,7 +133,7 @@ class Common(Configuration):
########## GENERAL CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#time-zone
TIME_ZONE = 'America/Los_Angeles'
TIME_ZONE = '{{cookiecutter.timezone}}'
# See: https://docs.djangoproject.com/en/dev/ref/settings/#language-code
LANGUAGE_CODE = 'en-us'