From 756fffa3d814fc3cf73964d615744e9660a57522 Mon Sep 17 00:00:00 2001 From: nathaniel smith Date: Thu, 19 Jan 2017 23:41:57 -0800 Subject: [PATCH] note about mailgun --- ttadmin/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ttadmin/settings.py b/ttadmin/settings.py index 2212071..205312b 100644 --- a/ttadmin/settings.py +++ b/ttadmin/settings.py @@ -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"