Remove Contact app & add about template

This commit is contained in:
Nyymix 2025-03-18 23:16:40 +02:00
parent 3ca3f6616d
commit 1017ca86b7
18 changed files with 40 additions and 183 deletions

View file

@ -5,7 +5,6 @@ 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')),
]