Getting filtered list of another class within the DetailView which is looping through some other class

前端 未结 0 1894
慢半拍i
慢半拍i 2020-12-02 03:58

views.py

class UserPublicShell(DetailView):
        model = User
        template_name = \'users/public_shell.html\'

urls.py:

         


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