replace pip with uv

This commit is contained in:
2026-02-19 18:31:17 +01:00
parent 683c73421f
commit 5b48167c66
4 changed files with 21 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env sh
set -e
. .venv/bin/activate
if [ "$DJANGO_PRODUCTION_MODE" = "true" ]; then
echo "starting production server ..."
gunicorn --bind=0.0.0.0:8000 --workers=2 gaehsnitzproject.wsgi