From 87ea04505924a0869e3c806cdf4de3defc1c034c Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 30 Jul 2011 15:46:53 +0200 Subject: Invite people after project creation. Uses the flask-mail extension. --- budget/default_settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'budget/default_settings.py') 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") -- cgit v1.1