.coverage
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/copilot-instructions.md
.github/release.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/auto-label.yml
.github/workflows/ci.yml
.github/workflows/release-prep.yml
.github/workflows/release.yml
src/djsuite/__init__.py
src/djsuite/backup.py
src/djsuite/cli.py
src/djsuite/diff.py
src/djsuite/generator.py
src/djsuite/manifest.py
src/djsuite/renderer.py
src/djsuite/updater.py
src/djsuite.egg-info/PKG-INFO
src/djsuite.egg-info/SOURCES.txt
src/djsuite.egg-info/dependency_links.txt
src/djsuite.egg-info/entry_points.txt
src/djsuite.egg-info/requires.txt
src/djsuite.egg-info/top_level.txt
src/djsuite/templates/common/CHANGELOG.md
src/djsuite/templates/common/CONTRIBUTING.md.j2
src/djsuite/templates/common/README.md.j2
src/djsuite/templates/common/conftest.py.j2
src/djsuite/templates/common/docker-compose.yml.j2
src/djsuite/templates/common/dotenv.j2
src/djsuite/templates/common/gitignore
src/djsuite/templates/common/manage.py
src/djsuite/templates/common/pre-commit-config.yaml
src/djsuite/templates/common/pyproject.toml.j2
src/djsuite/templates/common/base/__init__.py
src/djsuite/templates/common/base/apps.py
src/djsuite/templates/common/base/containers.py
src/djsuite/templates/common/base/models.py
src/djsuite/templates/common/base/pagination.py
src/djsuite/templates/common/base/urls.py
src/djsuite/templates/common/base/views.py
src/djsuite/templates/common/base/constants/__init__.py
src/djsuite/templates/common/base/constants/celery_task_status.py
src/djsuite/templates/common/base/constants/magic_numbers.py
src/djsuite/templates/common/base/constants/model_viewset.py
src/djsuite/templates/common/base/management/commands/createsu.py
src/djsuite/templates/common/base/migrations/__init__.py
src/djsuite/templates/common/base/services/__init__.py
src/djsuite/templates/common/base/services/orphan_service.py
src/djsuite/templates/common/base/tests/__init__.py
src/djsuite/templates/common/github/PULL_REQUEST_TEMPLATE.md
src/djsuite/templates/common/github/copilot-instructions.md.j2
src/djsuite/templates/common/github/release.yml
src/djsuite/templates/common/github/workflows/auto-label.yml
src/djsuite/templates/common/github/workflows/ci.yml.j2
src/djsuite/templates/common/main/__init__.py
src/djsuite/templates/common/main/apps.py
src/djsuite/templates/common/main/asgi.py
src/djsuite/templates/common/main/celery.py.j2
src/djsuite/templates/common/main/settings.py.j2
src/djsuite/templates/common/main/urls.py
src/djsuite/templates/common/main/wsgi.py
src/djsuite/templates/platforms/aws_eb/Dockerfile.j2
src/djsuite/templates/platforms/aws_eb/entrypoint.sh
src/djsuite/templates/platforms/aws_eb/release.sh
src/djsuite/templates/platforms/aws_eb/supervisord_app.conf
src/djsuite/templates/platforms/aws_eb/supervisord_worker_beat.conf
src/djsuite/templates/platforms/aws_eb/github/workflows/dev-cd.yml.j2
src/djsuite/templates/platforms/aws_eb/github/workflows/prod-cd.yml.j2
src/djsuite/templates/platforms/aws_eb/infra/Dockerrun.aws.json.tmpl
src/djsuite/templates/platforms/aws_eb/nginx/celery.conf
src/djsuite/templates/platforms/aws_eb/nginx/default.conf
src/djsuite/templates/platforms/aws_eb/platform/hooks/postdeploy/01_release.sh
src/djsuite/templates/platforms/aws_eb/platform/hooks/postdeploy/02_setup_log_whisperer.sh
src/djsuite/templates/platforms/aws_eb/platform/hooks/predeploy/01_cleanup_log_whisperer_cron.sh
tests/__init__.py
tests/test_cli.py
tests/test_generator.py
tests/test_renderer.py
tests/test_updater.py