first commit

This commit is contained in:
Martin
2016-04-18 20:56:24 +02:00
commit ae3a566f68
13 changed files with 195 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
SQLALCHEMY_DATABASE_URI = 'postgresql://user:password@host/db_name'
SQLALCHEMY_TRACK_MODIFICATIONS = True