mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
fix urls
This commit is contained in:
parent
3af776f87c
commit
0eac7fc72f
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@ if settings.PATH_URL:
|
||||||
else:
|
else:
|
||||||
# Installed to domain root, without a path prefix
|
# Installed to domain root, without a path prefix
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('/debug/', request_media_debug_view),
|
path('debug/', request_media_debug_view),
|
||||||
path('/', admin.site.urls),
|
path('', admin.site.urls),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue