Initial work on #125

This commit is contained in:
kevgliss
2015-11-25 14:54:08 -08:00
parent ff4cdd82ee
commit 920d595c12
12 changed files with 309 additions and 17 deletions

View File

@ -43,7 +43,7 @@ LOG_FILE = "lemur.log"
# modify this if you are not using a local database
SQLALCHEMY_DATABASE_URI = 'postgresql://lemur:lemur@localhost:5432/lemur'
SQLALCHEMY_TRACK_MODIFICATIONS = False
# AWS