forked from rc/aircox
work on admin interface, fix bugs
This commit is contained in:
@ -17,7 +17,7 @@ USE_L10N = True
|
||||
USE_TZ = True
|
||||
|
||||
LANGUAGE_CODE = os.environ.get('LANG') or 'en_US'
|
||||
TIME_ZONE = os.environ.get('TZ') or 'Europe/Brussels'
|
||||
TIME_ZONE = 'UTC' # os.environ.get('TZ') or 'Europe/Brussels'
|
||||
|
||||
try:
|
||||
import locale
|
||||
|
@ -45,3 +45,4 @@ if settings.DEBUG:
|
||||
)
|
||||
|
||||
urlpatterns.append(url(r'', include(wagtail_urls)))
|
||||
|
||||
|
Reference in New Issue
Block a user