aboutsummaryrefslogtreecommitdiff
path: root/budget/default_settings.py
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-07-30 15:46:53 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-07-30 15:47:26 +0200
commit87ea04505924a0869e3c806cdf4de3defc1c034c (patch)
tree3f3cdcc482a8b8016518e9134a5cba6b6f89efa1 /budget/default_settings.py
parent93818d9aba9505c30daf61f42fd9824017a33fe8 (diff)
downloadihatemoney-mirror-87ea04505924a0869e3c806cdf4de3defc1c034c.zip
ihatemoney-mirror-87ea04505924a0869e3c806cdf4de3defc1c034c.tar.gz
ihatemoney-mirror-87ea04505924a0869e3c806cdf4de3defc1c034c.tar.bz2
Invite people after project creation.
Uses the flask-mail extension.
Diffstat (limited to 'budget/default_settings.py')
-rw-r--r--budget/default_settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/budget/default_settings.py b/budget/default_settings.py
index 208f859..ff61010 100644
--- a/budget/default_settings.py
+++ b/budget/default_settings.py
@@ -2,3 +2,5 @@ DEBUG = True
SQLALCHEMY_DATABASE_URI = 'sqlite:///budget.db'
SQLACHEMY_ECHO = DEBUG
SECRET_KEY = "tralala"
+
+DEFAULT_MAIL_SENDER = ("Budget manager", "budget@notmyidea.org")