created bookshelf/home url

parent 82952e04
from django.urls import path
from .views import HomeView
#url for bookshelf
urlpatterns = [
path('home/', HomeView, name = 'home'),
]
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