Merge pull request #267 from tardigrde/patch-1

This commit is contained in:
Alex 2023-06-16 09:47:44 +01:00 committed by GitHub
commit 8bee47dc50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,8 +105,7 @@ python -m venv venv
cd application/
pip install -r requirements.txt
```
5 . Run the app
`python wsgi.py`
5. Run the app `python wsgi.py`
6. Start worker with `celery -A app.celery worker -l INFO`
### Start frontend