base setup
This commit is contained in:
7
at_django_boilerplate/communications/urls.py
Executable file
7
at_django_boilerplate/communications/urls.py
Executable file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('contact/', views.ContactView.as_view(), name='contact_us_form'),
|
||||
path('book-appointment/', views.AppointmentView.as_view(), name='book_appointment'),
|
||||
]
|
||||
Reference in New Issue
Block a user