melisMirza / Covitter

Repository of SWE 573 project
0 stars 0 forks source link

Switch (on Dockerized) Application From SqlLite to PostGreSQL #16

Closed melisMirza closed 3 years ago

melisMirza commented 3 years ago

Direct the DB of application from sqlLite to Postgre.

Implement this depedency on the docker files.

melisMirza commented 3 years ago

postgresql is implemented in the settings file at the DATABASES field. Also, it is included in the docker-compose.yaml as an image to be run. Successfully implemented on local machine.