django-components/tests/test_app/apps.py
Juro Oravec e1382d3ccd
refactor: Remove safer_staticfiles, replace STATICFILES_DIRS with COMPONENTS.dirs, support [app]/components (#652)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-11 08:45:55 +02:00

6 lines
153 B
Python

from django.apps import AppConfig
class TestAppConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "tests.test_app"