mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Append slash to urls in example project
This commit is contained in:
parent
3b24c96361
commit
db01eb7282
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ TEMPLATE_LOADERS = (
|
|||
'django.template.loaders.app_directories.Loader',
|
||||
)
|
||||
|
||||
APPEND_SLASH = True
|
||||
|
||||
ROOT_URLCONF = 'example_project.urls'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue