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
Bruno Alla
baf08b2f5f
Document Gunicorn worker concurrency
2018-03-05 17:30:13 +00:00
Reggie Riser
f7bd7a5814
Fixing leftovers from migration to Django 1.11 and Python 3.6.
2018-01-03 08:44:54 -05:00
Daniel Roy Greenfeld
6aced9ba73
Remove Python 2.7 support per #1129 ( #1130 )
...
* Remove Python 2.7 support per
* Remove Python 2.7 references
* Remove Python 2.7 references
* remove python 2 entirely
2017-04-21 12:31:45 -07:00
Rafael Laverde
4156a99b6a
Docs: Add missing MAILGUN_SENDER_DOMAIN setting in pythonanywhere wsgi configuration. ( #1075 )
2017-03-13 18:18:14 -07:00
Audrey Roy Greenfeld
c72ac58300
Add missing string import
2017-02-13 10:39:43 -08:00
Sebastian Reyes Espinosa
e4d1f4dae6
An small pythonic approach to password ( #949 )
...
Providing a more pythonic line for password generation using for that the string content.
2017-02-13 10:37:36 -08: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
Harry
fee825e889
another formatting tweak
2016-04-25 17:38:45 +01:00
Harry
54503562f8
formatting tweak
2016-04-25 17:36:38 +01:00
Harry
1224ae9e5b
fix a few typos and syntax errors
2016-04-25 17:33:42 +01:00
Harry
55faf7fd2c
Update instructions for latest version of cookiecutter
2016-04-25 17:24:41 +01:00
Harry
0e979f3470
First cut of pythonanywhere deployment instructions. need updating for mailgun.
2016-04-25 15:47:13 +01:00