install final

This commit is contained in:
2026-04-26 13:08:22 +02:00
parent 648ead3a99
commit 3fa80819ee
13 changed files with 115 additions and 55 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
echo "start workers"
../.venv/bin/python manage.py start_workers
echo "start celery"
../.venv/bin/celery -A home worker -l info