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

Fixes #50 - Admin page isn't able to load static css files. #53

Closed jonespm closed 3 years ago

jonespm commented 3 years ago

Move django static files to a different path (django_static) and only add the frontend in development mode.

This will need to change a bit as we move to production but I feel like I see what's going on here now.