from django.urls import path from .views import rescuer_single urlpatterns = [path("", rescuer_single, name="rescuer_single")]