LICENSE
MANIFEST.in
README.md
pyproject.toml
sum/__init__.py
sum/cli.py
sum/config.py
sum/exceptions.py
sum/site_config.py
sum/system_config.py
sum/themes_registry.py
sum/boilerplate/.env.example
sum/boilerplate/.gitignore
sum/boilerplate/README.md
sum/boilerplate/manage.py
sum/boilerplate/pytest.ini
sum/boilerplate/requirements.txt
sum/boilerplate/.github/workflows/ci.yml
sum/boilerplate/.github/workflows/deploy-production.yml
sum/boilerplate/.github/workflows/deploy-staging.yml
sum/boilerplate/project_name/__init__.py
sum/boilerplate/project_name/urls.py
sum/boilerplate/project_name/wsgi.py
sum/boilerplate/project_name/home/__init__.py
sum/boilerplate/project_name/home/apps.py
sum/boilerplate/project_name/home/models.py
sum/boilerplate/project_name/home/management/__init__.py
sum/boilerplate/project_name/home/management/commands/__init__.py
sum/boilerplate/project_name/home/management/commands/populate_demo_content.py
sum/boilerplate/project_name/home/management/commands/seed.py
sum/boilerplate/project_name/home/management/commands/seed_showroom.py
sum/boilerplate/project_name/home/migrations/__init__.py
sum/boilerplate/project_name/settings/__init__.py
sum/boilerplate/project_name/settings/base.py
sum/boilerplate/project_name/settings/local.py
sum/boilerplate/project_name/settings/production.py
sum/boilerplate/static/client/.gitkeep
sum/boilerplate/templates/overrides/.gitkeep
sum/boilerplate/tests/__init__.py
sum/boilerplate/tests/test_health.py
sum/commands/__init__.py
sum/commands/backup.py
sum/commands/check.py
sum/commands/init.py
sum/commands/monitor.py
sum/commands/promote.py
sum/commands/restore.py
sum/commands/setup.py
sum/commands/theme.py
sum/commands/themes.py
sum/commands/update.py
sum/setup/__init__.py
sum/setup/auth.py
sum/setup/backup_cron.py
sum/setup/backup_monitor.py
sum/setup/bare_metal_postgres.py
sum/setup/database.py
sum/setup/deps.py
sum/setup/git_ops.py
sum/setup/infrastructure.py
sum/setup/orchestrator.py
sum/setup/ports.py
sum/setup/remote_seeders.py
sum/setup/remote_themes.py
sum/setup/scaffold.py
sum/setup/seed.py
sum/setup/site_orchestrator.py
sum/setup/venv.py
sum/utils/__init__.py
sum/utils/django.py
sum/utils/environment.py
sum/utils/output.py
sum/utils/privilege.py
sum/utils/project.py
sum/utils/prompts.py
sum/utils/validation.py
sum_cli.egg-info/PKG-INFO
sum_cli.egg-info/SOURCES.txt
sum_cli.egg-info/dependency_links.txt
sum_cli.egg-info/entry_points.txt
sum_cli.egg-info/requires.txt
sum_cli.egg-info/top_level.txt
tests/test_auth.py
tests/test_backup_cron.py
tests/test_bare_metal_postgres.py
tests/test_check.py
tests/test_cli_entrypoint.py
tests/test_cli_init_and_check.py
tests/test_cli_safety.py
tests/test_command_config_errors.py
tests/test_config.py
tests/test_database.py
tests/test_deps.py
tests/test_django.py
tests/test_e2e_production.py
tests/test_environment.py
tests/test_exceptions.py
tests/test_git_ops.py
tests/test_init.py
tests/test_orchestrator.py
tests/test_orchestrator_seed_site.py
tests/test_output.py
tests/test_ports.py
tests/test_privilege.py
tests/test_prompts.py
tests/test_remote_seeders.py
tests/test_remote_themes.py
tests/test_restore_command.py
tests/test_scaffold.py
tests/test_seed.py
tests/test_setup.py
tests/test_site_config.py
tests/test_system_config.py
tests/test_theme_command.py
tests/test_theme_init.py
tests/test_themes_command.py
tests/test_themes_registry.py
tests/test_validation.py
tests/test_venv.py