Add gallery app

This commit is contained in:
Nyymix 2024-12-28 12:21:29 +02:00
parent 8da43addb9
commit 1bcf7ceba3
10 changed files with 36 additions and 1 deletions

View file

@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'gallery'
]
MIDDLEWARE = [