Update README.md

This commit is contained in:
Alexander Karpov 2023-02-18 17:46:24 +03:00 committed by GitHub
parent 800d21e40a
commit b0ce227edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,10 +35,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.
@ -52,6 +48,3 @@ 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.