You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app/tests/tests_health.py::test
/Users/f213/prj/f213-django-boilerplate/testing/django/venv/lib/python3.7/site-packages/django_healthchecks/urls.py:6: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^$', views.HealthCheckView.as_view(), name='index'),
app/tests/tests_health.py::test
/Users/f213/prj/f213-django-boilerplate/testing/django/venv/lib/python3.7/site-packages/django_healthchecks/urls.py:8: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
name='service'),
The text was updated successfully, but these errors were encountered:
This ones:
The text was updated successfully, but these errors were encountered: