Django: Arbitrary number of unnamed urls.py parameters

前端 未结 5 2113
面向向阳花
面向向阳花 2020-12-31 02:35

I have a Django model with a large number of fields and 20000+ table rows. To facilitate human readable URLs and the ability to break down the large list into arbitrary sub

5条回答
  •  不思量自难忘°
    2020-12-31 02:51

    Same answer came to me while reading the question.

    I believe model_browse view is the best way to sort the query parameters and use it as a generic router.

提交回复
热议问题