Commit 2b463ff2 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

added list display, search fields, and list filter

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