LICENSE
MANIFEST.in
pyproject.toml
django_structurator/__init__.py
django_structurator/cli.py
django_structurator/settings.py
django_structurator.egg-info/PKG-INFO
django_structurator.egg-info/SOURCES.txt
django_structurator.egg-info/dependency_links.txt
django_structurator.egg-info/entry_points.txt
django_structurator.egg-info/requires.txt
django_structurator.egg-info/top_level.txt
django_structurator/commands/__init__.py
django_structurator/commands/base.py
django_structurator/commands/startapp.py
django_structurator/commands/startproject.py
django_structurator/helpers/__init__.py
django_structurator/helpers/structures.py
django_structurator/helpers/utils.py
django_structurator/templates/app_template/__init__.py-tpl
django_structurator/templates/app_template/admin.py-tpl
django_structurator/templates/app_template/apps.py-tpl
django_structurator/templates/app_template/forms.py-tpl
django_structurator/templates/app_template/models.py-tpl
django_structurator/templates/app_template/signals.py-tpl
django_structurator/templates/app_template/tasks.py-tpl
django_structurator/templates/app_template/tests.py-tpl
django_structurator/templates/app_template/urls.py-tpl
django_structurator/templates/app_template/validators.py-tpl
django_structurator/templates/app_template/views.py-tpl
django_structurator/templates/app_template/api/__init__.py-tpl
django_structurator/templates/app_template/api/v1/__init__.py-tpl
django_structurator/templates/app_template/api/v1/serializers.py-tpl
django_structurator/templates/app_template/api/v1/urls.py-tpl
django_structurator/templates/app_template/api/v1/views.py-tpl
django_structurator/templates/app_template/migrations/__init__.py-tpl
django_structurator/templates/app_template/templatetags/__init__.py-tpl
django_structurator/templates/app_template/templatetags/example_filter.py-tpl
django_structurator/templates/app_template/templatetags/example_tag.py-tpl
django_structurator/templates/project_template/.gitignore-tpl
django_structurator/templates/project_template/docs/ARCHITECTURE.md-tpl
django_structurator/templates/project_template/docs/CHANGELOG.md-tpl
django_structurator/templates/project_template/docs/README.md-tpl
django_structurator/templates/project_template/requirements/base.txt-tpl
django_structurator/templates/project_template/requirements/development.txt-tpl
django_structurator/templates/project_template/requirements/production.txt-tpl
django_structurator/templates/project_template/requirements/test.txt-tpl
django_structurator/templates/project_template/src/manage.py-tpl
django_structurator/templates/project_template/src/common/__init__.py-tpl
django_structurator/templates/project_template/src/common/constants.py-tpl
django_structurator/templates/project_template/src/common/helpers.py-tpl
django_structurator/templates/project_template/src/config/.env-tpl
django_structurator/templates/project_template/src/config/.env.example-tpl
django_structurator/templates/project_template/src/config/__init__.py-tpl
django_structurator/templates/project_template/src/config/asgi.py-tpl
django_structurator/templates/project_template/src/config/celery.py-tpl
django_structurator/templates/project_template/src/config/urls.py-tpl
django_structurator/templates/project_template/src/config/wsgi.py-tpl
django_structurator/templates/project_template/src/config/settings/__init__.py-tpl
django_structurator/templates/project_template/src/config/settings/base.py-tpl
django_structurator/templates/project_template/src/config/settings/development.py-tpl
django_structurator/templates/project_template/src/config/settings/production.py-tpl
django_structurator/templates/project_template/src/static/images/favicon.ico
django_structurator/templates/project_template/src/templates/base.html-tpl
django_structurator/templates/project_template/src/templates/index.html-tpl
docs/CHANGELOG.md
docs/README.md