mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
USE_TZ = True
This commit is contained in:
parent
26336b41f6
commit
1979d4796f
1 changed files with 1 additions and 1 deletions
|
|
@ -33,4 +33,4 @@ CACHES = {
|
|||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
|
||||
USE_TZ = False
|
||||
USE_TZ = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue