Move the testapp path to root
This commit is contained in:
parent
809e93ddd9
commit
23978aa9dc
@ -19,7 +19,7 @@ from django.urls import include, path
|
|||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
# Add the path that our testapp should be served at
|
# Add the path that our testapp should be served at
|
||||||
path("test/", include("testapp.urls")),
|
path("", include("testapp.urls")),
|
||||||
|
|
||||||
path('admin/', admin.site.urls),
|
path('admin/', admin.site.urls),
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user