Spaces:
Runtime error
Runtime error
File size: 303 Bytes
cf815ef |
1 2 3 4 5 6 7 8 9 |
Setup Database --------------- After create DB, get the connection string and update: a. Database\DatabaseSetup.py line 6: url = "post..." b. then run the file via "visual studio code", so the tables are created. c. update the db con string in 'database_functions.py' line 12: url = "postgr..." |