note about mailgun

pull/5/head
nathaniel smith 2017-01-19 23:41:57 -08:00
parent 70d3bde142
commit 756fffa3d8
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ To run this For Real, you'll want to:
* set a different SECRET_KEY
* change the password for the database or delete the password and use ident
* change DEBUG to False
* set mailgun api info
"""
import os
@ -99,3 +100,6 @@ STATIC_URL = '/static/'
# Not used during local development, but used in staging+live environments
STATIC_ROOT = 'static'
MAILGUN_URL = "OVERWRITE THIS"
MAILGUN_KEY = "OVERWRITE THIS"