Reverse for 'post_share' with arguments '('',)' not found. 1 pattern(s) tried: ['post_share/(?P[0-9]+)$']

前端 未结 0 1999
我寻月下人不归
我寻月下人不归 2020-12-11 17:27

views.py

def post_share(request, post_id):
    posts = get_object_or_404(Post,id=post_id)
    sent = False

    if request.method == \'POST\':
        form =          


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