2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 22:27:20 +00:00

Upgrade to django 1.5, some functions have been changed

url in templates now requires quotes roung the first arg
USE_TZ added
This commit is contained in:
Sam Wenham
2018-04-11 22:02:57 +01:00
parent 0ef4f7832c
commit 789c33fcb6
34 changed files with 104 additions and 103 deletions

View File

@@ -18,6 +18,7 @@ MANAGERS = ADMINS
# although not all choices may be available on all operating systems.
# If running in a Windows environment this must be set to the same as your
# system time zone.
USE_TZ = True
TIME_ZONE = 'Europe/London'
# Language code for this installation. All choices can be found here: