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

6
gallery/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class GalleryConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'gallery'