perdy / django-status

Django Status is a application for Django projects that provides an API to check the status of some parts and some utilities like ping requests.
Other
17 stars 6 forks source link

Updating to new location as of Django 1.10 #9

Closed helrond closed 6 years ago

helrond commented 6 years ago

As of Django 1.10, reverse() is no longer located at django.core.urlresolvers, and has been moved to django.urls. The old import no longer works in Django >2.0.

perdy commented 6 years ago

This project is deprecated, you can use health-check that has the base functionality with some additions, and this issue is already fixed in it.