Useful Scripts
Development Scripts
scripts/dev.sh
./scripts/dev.sh # Normal startup
./scripts/dev.sh --no-watch # Skip CSS watcher
./scripts/dev.sh --reset-db # Drop and re-fork the worktree databasescripts/setup-local-postgres.sh
./scripts/setup-local-postgres.shscripts/fmt.sh
./scripts/fmt.shscripts/test.sh
scripts/check_migrations.sh
Database Scripts
scripts/cleanup-worktree-dbs.sh
scripts/reset-migrations-to-main.sh
Quality Assurance Scripts
scripts/fmt-check.sh
Management Commands
manage setupenv
manage ensuresuperuser
manage loaddata_overwrite
Last updated