Configured the main urls file so that you no longer need a parent to access app pages

parent edacb8ca
...@@ -18,5 +18,5 @@ from django.urls import include, path ...@@ -18,5 +18,5 @@ from django.urls import include, path
urlpatterns = [ urlpatterns = [
path('admin/', admin.site.urls), path('admin/', admin.site.urls),
path('bookshelf/', include('bookshelf.urls', namespace="bookshelf")), path('', include('bookshelf.urls', namespace='bookshelf')),
] ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment