deployment (dirty)
(Given that django project is ready and /deploy_locally is successfull)
Steps
uv run manage.py tailwind builduv run manage.py collectstatic(styles.css ends up in staticfiles dir)git pushinto the git bare repo on the servergit pullfrom projects folder on the server- docker compose up --build -d
- docker compose restart