Trying to have an anchor tag that renders to an edit.html using Django but having problem writing the parameters to link to the template

后端 未结 0 1237
生来不讨喜
生来不讨喜 2020-12-05 10:34

Urls.py

from django.urls import path
from . import views
path(\'edit/\', views.edit),
相关标签:
回答
  • 消灭零回复
提交回复
热议问题