mirror of
https://github.com/django-components/django-components.git
synced 2025-07-09 18:34:58 +00:00

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
6 lines
153 B
Python
6 lines
153 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TestAppConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "tests.test_app"
|