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

Add `django-watchman` status check endpoint #258

Closed ssciolla closed 2 years ago

ssciolla commented 2 years ago

Not sure if this is 100 percent required for the initial release, but it is something we use in our other Django applications. https://github.com/mwarkentin/django-watchman

ziegler1960 commented 2 years ago

Test Plan: navigate to this URL (https://test-cae.tl.it.umich.edu/watchman/) and ensure that it sends back OK data about the database and cache.

In Chrome Version 103.0.5060.134 (Official Build) (x86_64), navigated to the provided test URL. Response: {"databases": [{"default": {"ok": true}}], "caches": [{"default": {"ok": true}}]}

Passed.