rescuers own site
This commit is contained in:
parent
908bff726a
commit
f72425f354
5 changed files with 39 additions and 25 deletions
5
rescuer/urls.py
Normal file
5
rescuer/urls.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.urls import path
|
||||
|
||||
from .views import rescuer_single
|
||||
|
||||
urlpatterns = [path("<id>", rescuer_single, name="rescuer_single")]
|
Loading…
Add table
Add a link
Reference in a new issue