Initial commit
This commit is contained in:
3
config.local.py
Normal file
3
config.local.py
Normal file
@@ -0,0 +1,3 @@
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
||||
SQLALCHEMY_DATABASE_URI = "postgresql://tetawebapp:tetawebapp@localhost/tetawebapp"
|
||||
UPLOADED_FILES_DEST = "./upload"
|
||||
Reference in New Issue
Block a user