revsys / django-health-check

a pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.

Home Page:https://readthedocs.org/projects/django-health-check/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please update the installation part on readme file

tkarifl opened this issue · comments

Hello
In the installation part, the url() function in urlpatterns array is deprecated on newer django versions.
please rewrite this part using the re_path function =>Django Docs