How to retrieve index number from a 'for' loop of a dict in Django Views

前端 未结 0 404
情歌与酒
情歌与酒 2021-01-02 02:58

I am trying to get the index number of {% for p in mydict_1 %} so that I can use that index on another dict to get the value. How to do this within Django Views

相关标签:
回答
  • 消灭零回复
提交回复
热议问题