Comp-490-SeniorProject / site

MIT License
0 stars 1 forks source link

Set up PostgreSQL #15

Closed MarkKoz closed 2 years ago

MarkKoz commented 2 years ago

Resolves #3

When running through Docker Compose, PostgreSQL will be used. Otherwise, it will still default to SQLite. This should keep it easy for everyone to run the site locally without the requirement of setting up Docker.

While I was editing manage.py to make it apply db migrations before starting the server, I realised that there were other improvements and fixes to be made.

Please refer to the commit diffs and their attached messages for more details.