Skip to content

apps#

CommonConfig#

Bases: AppConfig

Source code in src/apps/common/apps.py
4
5
6
class CommonConfig(AppConfig):
    default_auto_field = "django.db.models.BigAutoField"
    name = "common"