diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index af3e4e69cc4af34a8cbeb62b9f895cf699923cdf..58e12f17706ef7713c7c3c58d6c645b3c7604248 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -17,6 +17,8 @@ DATABASES = { UNPREPEND_WWW = bool(int(os.environ.get("DJANGO_UNPREPEND_WWW", "0"))) +APPEND_SLASH = True + # HEROKU: Update database configuration with $DATABASE_URL. import dj_database_url db_from_env = dj_database_url.config() @@ -30,9 +32,9 @@ from_email = os.environ.get("DJANGO_DEFAULT_FROM_EMAIL", None) if from_email is not None: DEFAULT_FROM_EMAIL = from_email SERVER_EMAIL = DEFAULT_FROM_EMAIL - + THEME_CONTACT_EMAIL = os.environ.get("THEME_CONTACT_EMAIL", None) - + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name