cookiecutter-django/docs
Ed Morley f95ef4f8dc
Update Heroku deployment guide (#5656)
* Remove setting of `PYTHONHASHSEED` env var, since it's defaulted to `random` since Python 3.3. See: 
  https://docs.python.org/3.13/whatsnew/3.3.html#builtin-functions-and-types
* Remove setting of `WEB_CONCURRENCY` env var to a hardcoded value, since on Heroku the Python buildpack dynamically sets the value at container boot based on the available CPUs, so it's best to not override the default with a value that might not match the size of the dyno. See: 
  https://devcenter.heroku.com/articles/python-concurrency#default-settings-and-behavior
2025-01-26 13:38:08 +00:00
..
_static Add a _static folder to silence Sphinx' warning 2018-09-15 21:23:29 +01:00
1-getting-started Remove CELERY_BROKER_URL in favor of REDIS_URL 2024-10-14 20:38:32 +02:00
2-local-development Add justfile for use with docker (#5621) 2025-01-06 14:49:01 +00:00
3-deployment Update Heroku deployment guide (#5656) 2025-01-26 13:38:08 +00:00
4-guides Group docs into sections (#5426) 2024-10-05 11:29:57 -03:00
5-help Docs: fix Mailgun include in troubleshooting sections (#5439) 2024-10-07 20:25:38 +01:00
6-about Group docs into sections (#5426) 2024-10-05 11:29:57 -03:00
includes Docs: fix Mailgun include in troubleshooting sections (#5439) 2024-10-07 20:25:38 +01:00
__init__.py Beginning of reorganization of documentation per #335 2015-09-18 09:22:55 -07:00
conf.py Update source_suffix mapping 2024-10-03 16:16:16 -03:00
index.rst Group docs into sections (#5426) 2024-10-05 11:29:57 -03:00
make.bat Add sphinx-autobuild to the template project and tidy up make files 2024-10-03 10:06:36 -03:00
Makefile Add sphinx-autobuild to the template project and tidy up make files 2024-10-03 10:06:36 -03:00