Just
Just commands are defined in justfile. Run just without arguments to see all available recipes.
Common commands:
just- List all recipesjust shell- Django shelljust migrate- Run migrationsjust check- Django system checkjust up- Start Docker containersjust down- Stop and remove Docker containersjust ps- Show container statusjust restart- Restart containersjust pull_new_patch- Pull, migrate, and restart servicesjust suit-simple <model> <app>- Generate CRUD for a simple modeljust suit-fk <parent> <child> <app>- Generate CRUD for a model with ForeignKeyjust populate model <app.model> <count>- Create test data