Commit 97437258 authored by Agu Syquia's avatar Agu Syquia

Created urls.py

Created the app level urls.py
parent 6d097f4d
from django.urls import path
from .import views
urlpatterns = [
path("", views.bookshelfIndex, name = "bookshelfIndex"),
]
app_name = "bookshelf"
\ No newline at end of file
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