Initial commit

This commit is contained in:
2018-02-26 10:41:52 +01:00
commit 99181ffa08
35 changed files with 1473 additions and 0 deletions

3
config.local.py Normal file
View File

@@ -0,0 +1,3 @@
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_DATABASE_URI = "postgresql://tetawebapp:tetawebapp@localhost/tetawebapp"
UPLOADED_FILES_DEST = "./upload"