Add health check endpoint (fixes #31)

This commit is contained in:
R. Miles McCain
2020-05-28 22:00:49 +00:00
parent fcfbbe8809
commit c61d23caf1
4 changed files with 58 additions and 46 deletions

View File

@@ -25,6 +25,7 @@ django-redis-cache = "*"
pycountry = "*"
ipaddress = "*"
html2text = "*"
django-health-check = "*"
[pipenv]
allow_prereleases = true