forked from beba/foerderbarometer
use local timezone
This commit is contained in:
parent
a8731a4195
commit
592b4dff74
|
|
@ -121,7 +121,7 @@ USE_L10N = True
|
|||
LANGUAGE_CODE = env('LANGUAGE_CODE', 'de')
|
||||
|
||||
USE_TZ = True
|
||||
TIME_ZONE = env('TIME_ZONE', 'UTC')
|
||||
TIME_ZONE = env('TIME_ZONE', 'Europe/Berlin')
|
||||
|
||||
STATIC_ROOT = BASE_DIR / 'staticfiles'
|
||||
STATIC_URL = '/static/'
|
||||
|
|
|
|||
Loading…
Reference in New Issue