chirun-ncl / chirun-lti

An LTI provider presenting a simple interface to convert, host and securely display LaTeX and Markdown notes using Chirun.
Other
0 stars 2 forks source link

Add Chirun models to the django admin #24

Open christianp opened 7 months ago

christianp commented 7 months ago

It would be helpful to be able to look through the database of packages in the django web-based admin view.

We should be able to see all packages, sort them by last (successful) compilation time, and filter out those that have never been successfully compiled.

We should be able to see all LTI contexts, and the resource links and packages associated with them.

christianp commented 7 months ago

@Lycanic the next job is to add in LTI contexts, so we can see all the packages associated with a context, and vice versa.