KC-software-en / QuizMe

A Django website for a Magazine providing quizzes for Education, Entertainment and General knowledge. It is Dockerised, hosted on AWS and uses an API.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Convert sqlite3 dB to PostgreSQL. #49

Closed Deandre1dev closed 3 months ago

Deandre1dev commented 4 months ago

Figure out a way to change the default database to one that can allow hosting on AWS.

Deandre1dev commented 3 months ago

I found a way to convert the database from sqlite3 to PostgreSQL.