mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +02:00
6 lines
173 B
Python
6 lines
173 B
Python
DEBUG = True
|
|
SQLALCHEMY_DATABASE_URI = 'sqlite:///budget.db'
|
|
SQLACHEMY_ECHO = DEBUG
|
|
SECRET_KEY = "tralala"
|
|
|
|
DEFAULT_MAIL_SENDER = ("Budget manager", "budget@notmyidea.org")
|