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

@ -38,7 +38,6 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'imagekit',
'contact',
'gallery'
]