mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
fix: autoimport with nested apps (#672)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
6b3c112968
commit
ee9b92975a
13 changed files with 218 additions and 112 deletions
6
tests/test_app_nested/app/apps.py
Normal file
6
tests/test_app_nested/app/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class TestAppNestedConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "tests.test_app_nested.app"
|
Loading…
Add table
Add a link
Reference in a new issue