diff options
Diffstat (limited to 'tests/check_framework/apps.py')
| -rw-r--r-- | tests/check_framework/apps.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/check_framework/apps.py b/tests/check_framework/apps.py deleted file mode 100644 index b78d603855..0000000000 --- a/tests/check_framework/apps.py +++ /dev/null @@ -1,10 +0,0 @@ -from django.apps import AppConfig - - -class CheckDefaultPKConfig(AppConfig): - name = "check_framework" - - -class CheckPKConfig(AppConfig): - name = "check_framework" - default_auto_field = "django.db.models.BigAutoField" |
