Use uv to manage requirements

This commit is contained in:
Sonny Bakker 2024-08-30 21:05:55 +02:00
parent e95c2a440e
commit a041d5f7fa
15 changed files with 998 additions and 1334 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
python /app/src/manage.py migrate
/app/.venv/bin/python /app/src/manage.py migrate
exec "$@"