【发布时间】:2021-08-05 06:18:24
【问题描述】:
在使用 django_filters 时 生成的网址是这样的:
http://127.0.0.1:8000/reports/?EmployeeId=SW1&start_date=07%2F28%2F2021&end_date=07%2F31%2F2021
我不想显示这个东西“?EmployeeId=SW1&start_date=07%2F28%2F2021&end_date=07%2F31%2F2021”
只有身份证号码应该显示为
http://127.0.0.1:8000/reports/1
【问题讨论】:
标签: python django url django-filters data-filtering