can you combine functions in views.py using django?

后端 未结 0 1400
半阙折子戏
半阙折子戏 2020-12-12 04:52

I have two functions in my views.py

def example1(request)
     return render(request, \'example1.html\')

def example2(request)
     return render(request, \'         


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