Merge pull request #267 from tardigrde/patch-1

pull/269/head
Alex 1 year ago committed by GitHub
commit 8bee47dc50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save