4 lines
155 B
Python
4 lines
155 B
Python
|
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
||
|
SQLALCHEMY_DATABASE_URI = "postgresql://tetawebapp:tetawebapp@localhost/tetawebapp"
|
||
|
UPLOADED_FILES_DEST = "./upload"
|