Fixed timezone

This commit is contained in:
Felipe Martín 2015-05-04 21:01:09 +02:00
parent d726d50d1d
commit ec29293587
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ DATABASES = {
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Madrid'
USE_I18N = False