mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-14 18:12:28 +03:00
Adding local celery instructions to developing-locally
This commit is contained in:
parent
518f179b13
commit
b980db9f62
|
@ -144,6 +144,10 @@ in ``config/settings/local.py``::
|
||||||
|
|
||||||
CELERY_TASK_ALWAYS_EAGER = False
|
CELERY_TASK_ALWAYS_EAGER = False
|
||||||
|
|
||||||
|
To run Celery locally, make sure redis-server is installed (instructions are available at https://redis.io/topics/quickstart), run the server in one terminal with `redis-server`, and then start celery in another terminal with the following command::
|
||||||
|
|
||||||
|
celery -A config.celery_app worker --loglevel=info
|
||||||
|
|
||||||
|
|
||||||
Sass Compilation & Live Reloading
|
Sass Compilation & Live Reloading
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user