parent
a6833026c0
commit
d651e03b12
18 changed files with 196 additions and 58 deletions
7
app/contact/urls.py
Normal file
7
app/contact/urls.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.urls import path
|
||||
|
||||
from .views import contact_all
|
||||
|
||||
urlpatterns = [
|
||||
path("", contact_all, name="contact_all"),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue