Update texts and Fixbugs

This commit is contained in:
Andros Fenollosa
2017-05-18 18:25:54 +02:00
parent f056300d27
commit e09c4abf8c
15 changed files with 166 additions and 131 deletions

7
envExample Normal file
View File

@ -0,0 +1,7 @@
export DOMAIN='example.com'
export SECRET_KEY='my secret'
export DEBUG=True
export SQLALCHEMY_DATABASE_URI='sqlite:///database.sqlite'
export MAIL_SERVER=''
export MAIL_USERNAME=''
export MAIL_PASSWORD=''