Files
guilan-ace-backend/apps/gallery/apps.py
Amirhossein Khalili 88b793ed9f
Some checks failed
Backend CI/CD / test (push) Has been cancelled
Backend CI/CD / deploy (push) Has been cancelled
initial commit
2026-05-19 20:53:08 +03:30

7 lines
151 B
Python

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