Preventing multiple post requests in django

前端 未结 0 1250
故里飘歌
故里飘歌 2020-12-07 04:46

I have a view function, called new_topic:

def new_topic(request):
    if request.method == \'POST\':
        form = TopicForm(request.POST)
              


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