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
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
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
3 matches
Mail list logo