Try-Django icon indicating copy to clipboard operation
Try-Django copied to clipboard

Value error in post(id = id)

Open warui1738 opened this issue 7 years ago • 1 comments
trafficstars

def post_detail(request,id): postdetail = get_object_or_404(Posts,id =id) context={ "title":postdetail.title, "instance":postdetail, } return render(request,"webindex.html" ,context)

warui1738 avatar Nov 06 '18 20:11 warui1738

postdetail = get_object_or_404(post,id=id)..... check this

maulik9021 avatar May 08 '19 05:05 maulik9021