"first proto"

This commit is contained in:
2018-02-26 19:53:06 +01:00
parent 99181ffa08
commit 7332af1dc0
16 changed files with 369 additions and 110 deletions

View File

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