mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Tweak formatting in docs
This commit is contained in:
parent
158ab68c22
commit
dd32fb2c13
|
@ -120,12 +120,12 @@ In production, we have Mailgun_ configured to have your back!
|
|||
|
||||
Celery
|
||||
------
|
||||
|
||||
If the project is configured to use Celery as a task scheduler then by default tasks are set to run on the main thread
|
||||
when developing locally. If you have the appropriate setup on your local machine then set
|
||||
when developing locally. If you have the appropriate setup on your local machine then set the following
|
||||
in ``config/settings/local.py``::
|
||||
|
||||
CELERY_TASK_ALWAYS_EAGER = False
|
||||
|
||||
in /config/settings/local.py
|
||||
CELERY_TASK_ALWAYS_EAGER = False
|
||||
|
||||
|
||||
Sass Compilation & Live Reloading
|
||||
|
|
Loading…
Reference in New Issue
Block a user