Initial Checkin
This commit is contained in:
10
refundom/webpage/urls.py
Normal file
10
refundom/webpage/urls.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.index, name="index"),
|
||||
path("contact", views.contact, name="contact"),
|
||||
path("process", views.process, name="process"),
|
||||
path("about_us", views.about_us, name="about_us"),
|
||||
]
|
||||
Reference in New Issue
Block a user