Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.bus_numbers, name="index"),
|
||||
path("roll", views.bus_roll, name="Student Roll"),
|
||||
path("clone", views.clone, name="Clone"),
|
||||
path("contacts", views.emergency_contacts, name="Emergency Contacts")
|
||||
]
|
||||
Reference in New Issue
Block a user