tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Switch project to using MySQL in dev instead of SQLLite #41

Closed jonespm closed 3 years ago

jonespm commented 3 years ago

Will need to switch the Docker Compose and the Django settings.

Example where we are doing this: https://github.com/tl-its-umich-edu/my-learning-analytics/blob/master/docker-compose.yml

ssciolla commented 3 years ago

So here would be the steps for making this happen (in a bit more detail), based on the current status of the project:

1) Add a mysql service to docker-compose.

2) Add a configuration approach.

3) Set up the database connection in Django.