second commit

This commit is contained in:
2026-04-13 23:14:05 +02:00
parent 1c031ebf63
commit e08597fc72
125 changed files with 26221 additions and 0 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
APP_DIR="/home/rpi4/django-test-tube-scanner"
cd "$APP_DIR/test_tube_scanner"
echo "start workers"
$APP_DIR/.venv/bin/python manage.py start_workers
echo "start celery"
$APP_DIR/.venv/bin/celery -A home worker -l info