DEBSOURCES
Skip Quicknav
sources / djangorestframework-api-key / 3.1.0-1 / test_project / heroes / apps.py
123456
from django.apps import AppConfig class HeroesConfig(AppConfig): default_auto_field = "django.db.models.BigAutoField" name = "test_project.heroes"