Thu Sep 11 2025 21:58:17 GMT+0000 (Coordinated Universal Time)
Saved by @Masiaga01
# urls.py from django.urls import path from . import views urlpatterns = [ path("patients/", views.patient_list, name="patient_list"), ]
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments