Tag: backend-setup
skill
★ 4,849
Add Django environment variables across Baserow
This skill guides the systematic implementation of new Django environment variables, ensuring consistency across the codebase. It mandates updates to settings files, Docker configurations, frontend remaps, and documentation.
skill
Set up isolated git worktrees for development
This skill provisions a dedicated git worktree, ensuring parallel development environments are isolated from the main repository. It handles copying necessary environment files, installing dependencies via poetry and pnpm, and generating th…