"Initial commit"

This commit is contained in:
2017-10-19 11:57:28 +02:00
commit 33131ed07b
15 changed files with 558 additions and 0 deletions

2
config.local.py Normal file
View File

@@ -0,0 +1,2 @@
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_DATABASE_URI = "postgresql://tetalab_user:tetalab@localhost/tetalab_stock"