LICENSE
MANIFEST.in
README.md
pyproject.toml
django_autoapp/__init__.py
django_autoapp/apps.py
django_autoapp/cli.py
django_autoapp.egg-info/PKG-INFO
django_autoapp.egg-info/SOURCES.txt
django_autoapp.egg-info/dependency_links.txt
django_autoapp.egg-info/entry_points.txt
django_autoapp.egg-info/requires.txt
django_autoapp.egg-info/top_level.txt
django_autoapp/core/__init__.py
django_autoapp/core/doctor.py
django_autoapp/core/guide.py
django_autoapp/core/initializer.py
django_autoapp/core/settings_engine.py
django_autoapp/generators/__init__.py
django_autoapp/generators/app.py
django_autoapp/management/__init__.py
django_autoapp/management/commands/__init__.py
django_autoapp/management/commands/autoapp.py
django_autoapp/templates/codegen_templates/admin.j2
django_autoapp/templates/codegen_templates/api_urls.j2
django_autoapp/templates/codegen_templates/apps.j2
django_autoapp/templates/codegen_templates/confirm_delete_template.j2
django_autoapp/templates/codegen_templates/detail_template.j2
django_autoapp/templates/codegen_templates/form_template.j2
django_autoapp/templates/codegen_templates/forms.j2
django_autoapp/templates/codegen_templates/list_template.j2
django_autoapp/templates/codegen_templates/models.j2
django_autoapp/templates/codegen_templates/project_base_template.j2
django_autoapp/templates/codegen_templates/project_nav_template.j2
django_autoapp/templates/codegen_templates/run_project.j2
django_autoapp/templates/codegen_templates/serializers.j2
django_autoapp/templates/codegen_templates/signals.j2
django_autoapp/templates/codegen_templates/tests.j2
django_autoapp/templates/codegen_templates/urls.j2
django_autoapp/templates/codegen_templates/views.j2
django_autoapp/templates/codegen_templates/viewsets.j2
django_autoapp/utils/__init__.py
django_autoapp/utils/fs.py
django_autoapp/utils/log.py
django_autoapp/utils/validation.py