first commit
This commit is contained in:
7
contact/urls.py
Normal file
7
contact/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from contact.views import ContactCreate
|
||||
|
||||
urlpatterns = [
|
||||
path('contact/create/', ContactCreate.as_view(), name='contact.create'),
|
||||
]
|
||||
Reference in New Issue
Block a user