mirror of
https://github.com/BlackWallTeam/Backend.git
synced 2024-11-24 09:33:44 +03:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
3cd215b6e4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user