Add contact app
This commit is contained in:
parent
467f2396ca
commit
875c2c63d5
12 changed files with 43 additions and 2 deletions
|
@ -5,6 +5,7 @@ from django.urls import include, path
|
|||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('contact/', include(('contact.urls', 'contact'), namespace='contact')),
|
||||
path('', include(('gallery.urls', 'gallery'), namespace='gallery')),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue