django/tests/check_framework/apps.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
224 B
Python
Raw Permalink Normal View History

from django.apps import AppConfig
class CheckDefaultPKConfig(AppConfig):
name = "check_framework"
class CheckPKConfig(AppConfig):
name = "check_framework"
default_auto_field = "django.db.models.BigAutoField"