mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-21 14:05:14 +03:00
* 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 |
||
---|---|---|
.. | ||
_static | ||
1-getting-started | ||
2-local-development | ||
3-deployment | ||
4-guides | ||
5-help | ||
6-about | ||
includes | ||
__init__.py | ||
conf.py | ||
index.rst | ||
make.bat | ||
Makefile |