Re: I am getting this error while I mention all syntax properly.plz help me out.

2020-09-13 Thread amr
Change (href="{% url 'your_app_name:post_detail' post.id %}") == post.id not post.pk and change (post=Post.objects.get(Post, pk=pk)) ==> TO (post=Post.objects.get(pk=pk) ... And it will work with you On Saturday, September 12, 2020 at 6:37:41 PM UTC+2 coolguy wrote: > Please provide

Re: I am getting this error while I mention all syntax properly.plz help me out.

2020-09-12 Thread coolguy
Please provide the template screen shot since error is generated from there... also send separate screen so its viewable. On Saturday, September 12, 2020 at 4:35:10 AM UTC-4 yashlan...@gmail.com wrote: > [image: 5.PNG] > [image: 6.PNG] > [image: 7.PNG] > [image: 8.PNG] > -- You received thi

Re: I am getting this error while I mention all syntax properly.plz help me out.

2020-09-12 Thread coolguy
Please provide the template screen shot since error is generated from there... also send separate screen so i viewable. On Saturday, September 12, 2020 at 4:35:10 AM UTC-4 yashlan...@gmail.com wrote: > [image: 5.PNG] > [image: 6.PNG] > [image: 7.PNG] > [image: 8.PNG] > -- You received this me