ismail c5f76b3855
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run
updates
2026-05-11 14:45:30 +03:00

9 lines
226 B
Python

from django.apps import AppConfig
class PresentationsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.presentations'
verbose_name = 'Presentations'
label = 'presentations'