mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-11-03 01:17:25 +03:00
[//]: # (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.")
|
||
|---|---|---|
| .. | ||
| _static | ||
| __init__.py | ||
| conf.py | ||
| deployment-on-heroku.rst | ||
| deployment-on-pythonanywhere.rst | ||
| deployment-with-docker.rst | ||
| developing-locally-docker.rst | ||
| developing-locally.rst | ||
| docker-postgres-backups.rst | ||
| faq.rst | ||
| index.rst | ||
| linters.rst | ||
| live-reloading-and-sass-compilation.rst | ||
| make.bat | ||
| Makefile | ||
| project-generation-options.rst | ||
| settings.rst | ||
| testing.rst | ||
| troubleshooting.rst | ||