mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-23 07:14:21 +00:00
🐛 Remove namespace= from path
It seems like it's no longer supported
This commit is contained in:
parent
8028bf7414
commit
d3e86be8b2
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ from django.urls import path, include
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('admin/', admin.site.urls),
|
path('admin/', admin.site.urls),
|
||||||
path('api-auth/', include("rest_framework.urls"), namespace="rest_framework")
|
path('api-auth/', include("rest_framework.urls"))
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue