Commit 13115bf5 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

added urls.py to bookshelf app

parent 3ce18251
from django.urls import path
from . import views
# url for homepage
# url for bookshelf
urlpatterns = [
path('', views.calendarIndex, name='calendarIndex'),
path('', views.bookshelfIndex, name='bookshelfIndex'),
]
\ 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