updated README

This commit is contained in:
Alexander Karpov 2023-02-19 09:45:27 +03:00
parent 3f34dc0ca6
commit 716d84b987

View File

@ -16,6 +16,10 @@ For convenience, you can keep your normal user logged in on Chrome and your supe
### Runserver
$ ./manage.py runserver_plus
### Run consumer
$ python3 consumer.py
### Type checks
@ -35,23 +39,6 @@ To run the tests, check your test coverage, and generate an HTML coverage report
$ pytest
### Live reloading and Sass CSS compilation
Moved to [Live reloading and SASS compilation](https://cookiecutter-django.readthedocs.io/en/latest/developing-locally.html#sass-compilation-live-reloading).
### Celery
This app comes with Celery.
To run a celery worker:
``` bash
cd exhauster_analytics
celery -A config.celery_app worker -l info
```
Please note: For Celery's import magic to work, it is important *where* the celery commands are run. If you are in the same folder with *manage.py*, you should be right.
## Deployment
The following details how to deploy this application.