.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
manage.py
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/cocodev/django/__init__.py
src/cocodev/django/auto_import/__init__.py
src/cocodev/django/auto_import/apps.py
src/cocodev/django/auto_import/migrations/__init__.py
src/django_app_auto_import.egg-info/PKG-INFO
src/django_app_auto_import.egg-info/SOURCES.txt
src/django_app_auto_import.egg-info/dependency_links.txt
src/django_app_auto_import.egg-info/not-zip-safe
src/django_app_auto_import.egg-info/requires.txt
src/django_app_auto_import.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_auto_import.py
tests/example/__init__.py
tests/example/manage.py
tests/example/example/__init__.py
tests/example/example/asgi.py
tests/example/example/settings.py
tests/example/example/urls.py
tests/example/example/wsgi.py
tests/example/other/__init__.py
tests/example/other/apps.py
tests/example/other/custom.py
tests/example/other/migrations/__init__.py
tests/example/third/__init__.py
tests/example/third/apps.py
tests/example/third/custom.py
tests/example/third/migrations/__init__.py