diff --git a/mamweb/settings_common.py b/mamweb/settings_common.py index 84abd9cd..0925a22e 100644 --- a/mamweb/settings_common.py +++ b/mamweb/settings_common.py @@ -18,7 +18,7 @@ SITE_ID = 1 ROOT_URLCONF = 'mamweb.urls' WSGI_APPLICATION = 'mamweb.wsgi.application' -APPEND_SLASH = False +APPEND_SLASH = True # Internationalization # https://docs.djangoproject.com/en/1.7/topics/i18n/