Bruno Alla
|
38b1ba3fce
|
Update documentation for deploying on PythonAnywhere with uv (#6017)
|
2025-09-14 14:09:47 +01:00 |
|
Bruno Alla
|
348695b694
|
Update PythonAnywhere deployment page (#6003)
|
2025-09-03 13:20:16 +01:00 |
|
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 |
|
qwerrrqw
|
7fc33c2a23
|
Add support for secure Redis (TLS support) (#5526)
|
2024-11-21 12:54:50 +00:00 |
|
Jelmer Draaijer
|
4709a30bd7
|
Remove CELERY_BROKER_URL in favor of REDIS_URL
|
2024-10-14 20:38:32 +02:00 |
|
Bruno Alla
|
c115b2e6de
|
Docs: fix Mailgun include in troubleshooting sections (#5439)
|
2024-10-07 20:25:38 +01:00 |
|
Bruno Alla
|
b0c45224f1
|
Group docs into sections (#5426)
|
2024-10-05 11:29:57 -03:00 |
|