Skip to content

apps#

RouterConfig#

Bases: AppConfig

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