muistox/gallery/apps.py
2024-12-28 12:21:29 +02:00

6 lines
146 B
Python

from django.apps import AppConfig
class GalleryConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'gallery'