Files
backend/apps/shared/apps.py
A'zamov Samandar 0229a0595c
Some checks failed
Deploy Django Application to Server / deploy (push) Failing after 19s
Telegram Notifications / Telegram Gate (push) Failing after 5s
gealogiuya
2026-02-27 14:56:23 +05:00

7 lines
149 B
Python

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