Add contact app

This commit is contained in:
Nyymix 2025-02-02 20:27:04 +02:00
parent 467f2396ca
commit 875c2c63d5
12 changed files with 43 additions and 2 deletions

View file

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