Dani Hodovic
b623c0f956
Set AWS_S3_MAX_MEMORY_SIZE ( #3810 )
...
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-10-19 20:15:25 +01:00
Jelmer Draaijer
688739cb39
Add environment and traces_sample_rate keyword to sentry_sdk.init
2020-08-28 10:25:40 +02:00
Tano Abeleyra
009ca15a4c
Add AWS_S3_CUSTOM_DOMAIN entry to settings.rst
2020-05-28 19:16:54 -03:00
Andrew-Chen-Wang
ac884f3f75
Updated mail service docs
...
* Trying to appease the Black-linter god...
2020-02-06 20:18:49 -05:00
Bruno Alla
7e47e9c2aa
Mailgun api url ( #2014 )
...
Mailgun api url
2019-05-28 11:27:54 +01:00
Tano Abeleyra
9a3a796a89
Use GCP acronym for Google Cloud Platform
2019-05-27 17:39:45 -03:00
Bruno Alla
2d1befe8e2
Update docs about settings
2019-05-27 18:16:00 +01:00
Bruno Alla
cd13ab4c82
Update docs/settings.rst
...
Documented GOOGLE_APPLICATION_CREDENTIALS env var
Co-Authored-By: vladdoster <Dosterm@wit.edu>
2019-04-16 11:30:22 -05:00
Vlad
7c8a473460
Updated settings.rst to reflect new GS env variable
2019-04-14 11:57:48 -05:00
Bruno Alla
81851ffb6d
Merge branch 'master' into mailgun_api_url
2019-04-02 15:45:37 +01:00
Jelmert
7e23327fe2
Added DJANG_AWS_S3_REGION_NAME to settings docs
2019-04-02 15:45:58 +02:00
Jelmert
f6f2942a91
Listed MAILGUN_API_URL in settings docs
2019-04-02 15:17:22 +02:00
Guilherme Fabrizio
7d1e90bdf5
Migrate to unified Sentry SDK ( #1820 )
...
The raven library is deprecated. Replace it by the new sentry-sdk library:
https://docs.sentry.io/error-reporting/quickstart/?platform=python
fixes #1818
2019-03-20 10:04:44 +00:00
Bruno Alla
c51fd710d2
Update settings page
...
- Add a few missing settings
- Remove outdated ones
- Detail behaviour with URL for databases
2018-09-15 21:25:40 +01:00
Nikita Shupeyko
fe3f45ba7d
Rename DJANGO_SENTRY_DSN env to SENTRY_DSN ( #1663 )
...
Rationale: so that Heroku auto-provisioned Sentry addon, with its SENTRY_DSN config var is being connected to out-of-box
2018-05-27 22:36:13 +03:00
saschalalala
6d4be405d8
Migrate to Django2 path urls ( #1637 )
...
* Change users urls to Django 2 paths
* Change config urls to Django 2 paths
* Change admin url setting to Django 2 path syntax
* Replace more admin urls
* Add myself to contributors.rst
2018-05-14 10:09:24 +03:00
Wan Liuyang
d1198f63b1
Drop Opbeat ( #1578 )
2018-03-21 19:54:27 +08:00
Bruno Alla
82dcd2d30c
Simplify Mailgun settings
...
When creating a Mailgun add-on on Heroku, the app gets some environment
variables by default:
MAILGUN_API_KEY
MAILGUN_DOMAIN
However, the cookiecutter names do not match and requires a manual step
from the user deploying. It's used elsewhere but shouldn't harm the
other deployment methods to rename these variables.
While updating the docs I noticed a variable that appear unused
DJANGO_MAILGUN_SERVER_NAME so this removes it from the documentation.
2018-03-05 17:56:45 +00:00
Nikita Shupeyko
86e33e8714
Refactor *_gen_project hooks ( #1490 )
...
* Fix ./hooks/pre_gen_project.py asking user to select an option once only
+ prettify output
* Fix pre_gen hook not really exiting when it should
* Refactor & prettify ./hooks/post_gen_project.py
* Ensure same POSTGRES_USER is set across environments
+ get rid of env.example in favor of pre-generated .env.
2018-02-07 22:52:52 +03:00
Shupeyko Nikita
37837e9902
Fix ALLOWED_HOSTS ( #1164 )
2017-07-30 15:43:01 +03:00
Fábio C. Barrionuevo da Luz
10fa906599
add DJANGO_READ_DOT_ENV_FILE to settings docs
2017-01-09 16:02:53 -03:00
Delio Castillo
3d25befb3f
Updates to anymail 0.5 and adds new config setting for MAILGUN_SENDER_DOMAIN
2016-09-22 11:42:16 -07:00
Eraldo Energy
22acc55bcc
Update settings.rst
2016-02-16 19:07:20 +01:00
Jay
9a2f72773a
fixed new relic app name
...
The app name wasn't displayed correctly on the new relic dashboard.
Although `NEW_RELIC_APP_NAME` was set in `production.py`, the variable was not loaded *before* the newrelic agent was called.
Since the new relic agent is loaded at a very low level, NEW_RELIC_APP_NAME has to be set before django settings are imported.
2016-01-26 17:04:59 +01:00
David Díaz
cc1da172f4
[IMP] django-allauth configuration: Allow enable or disable user registration using ACCOUNT_ALLOW_REGISTRATION setting.
2015-12-05 20:12:53 +01:00
Burhan Khalid
4c07b5dea6
initial configuration to support opbeat
2015-11-16 21:41:06 +03:00
Burhan Khalid
b78b2ddf73
fixing error in settings
2015-11-16 21:24:21 +03:00
Jay
1ce169d5de
added NEW_RELIC_LICENSE_KEY to environment variables
2015-11-07 20:20:19 +01:00
Daniel Roy Greenfeld
58ec2fe113
URL to django.contrib.admin is now configurable
2015-10-03 14:54:29 -07:00
Daniel Roy Greenfeld
275f7eee14
Big reorganization of documentation
2015-09-18 10:20:48 -07:00