Research and compare the Django supported database backends and select most appropriate one:
SQLite3
PostgreSQL
MwSQL
Went with SQLite3 because it's the easiest to use out-of-the-box and required the least additional configurations which could complicate our plans of deploying to a cloud platform. It was challenging to read about all of these different db types and make an informed decision without much experience.
Research and compare the Django supported database backends and select most appropriate one:
Went with SQLite3 because it's the easiest to use out-of-the-box and required the least additional configurations which could complicate our plans of deploying to a cloud platform. It was challenging to read about all of these different db types and make an informed decision without much experience.
Sprint 1 Points:3