cookiecutter-django/docs
keithjeb aea5c807f6 Change eager celery setting in local Docker (#1945)
[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!)

[//]: # (Before you proceed:)

[//]: # (1. Make sure to add yourself to `CONTRIBUTORS.rst` through this PR provided you're contributing here for the first time)
[//]: # (2. Don't forget to update the `docs/` presuming others would benefit from a concise description of whatever that you're proposing)


## Description

[//]: # (What's it you're proposing?)

Added a note around CELERY_TASK_ALWAYS_EAGER = True in docker config for local development. This causes tasks to be executed on the 'main' thread rather than by the workers. I understand why that might be desirable, but thought it worth calling out incase (like me) it makes people think something is broken.


## Rationale

[//]: # (Why does the project need that?)

Ease of use/troubleshooting


## Use case(s) / visualization(s)

[//]: # ("Better to see something once than to hear about it a thousand times.")
2019-03-02 13:51:30 +00:00
..
_static Add a _static folder to silence Sphinx' warning 2018-09-15 21:23:29 +01:00
__init__.py Beginning of reorganization of documentation per #335 2015-09-18 09:22:55 -07:00
conf.py First pass at running black across the project (#1602) 2018-04-08 17:03:29 -05:00
deployment-on-heroku.rst Modified command for Windows users (#1850) 2018-11-17 09:59:38 +00:00
deployment-on-pythonanywhere.rst Group environment variables by the corresponding directories (#1295) 2018-03-08 15:56:15 +03:00
deployment-with-docker.rst Fix a typo in the documentation ✌️ 2018-12-01 03:13:15 -05:00
developing-locally-docker.rst Change eager celery setting in local Docker (#1945) 2019-03-02 13:51:30 +00:00
developing-locally.rst Change eager celery setting in local Docker (#1945) 2019-03-02 13:51:30 +00:00
docker-postgres-backups.rst Fix PostgreSQL backup restore (#1628) 2018-05-05 12:27:27 +03:00
faq.rst Group environment variables by the corresponding directories (#1295) 2018-03-08 15:56:15 +03:00
index.rst EDITED the developing locally doc. 2018-11-20 00:06:54 +03:00
linters.rst Update linters page for better syntax highlighting 2018-09-15 21:26:13 +01:00
live-reloading-and-sass-compilation.rst Update documentation for bare metal local development 2018-09-15 21:23:06 +01:00
make.bat Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
Makefile Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
project-generation-options.rst Add note about using keep_local_envs_in_vcs (#1735) 2018-08-13 15:57:28 +03:00
settings.rst Update settings page 2018-09-15 21:25:40 +01:00
testing.rst EDITED the developing locally doc. 2018-11-20 00:06:54 +03:00
troubleshooting.rst Added help for startapp 2018-12-18 17:07:35 +05:30