Append slash to urls in example project

This commit is contained in:
Juda Kaleta 2013-12-01 12:13:42 +01:00
parent 3b24c96361
commit db01eb7282

View file

@ -19,6 +19,7 @@ TEMPLATE_LOADERS = (
'django.template.loaders.app_directories.Loader',
)
APPEND_SLASH = True
ROOT_URLCONF = 'example_project.urls'