Groups
Groups
Sign in
Groups
Groups
Django users
Conversations
About
Send feedback
Help
I am getting this error while I mention all syntax properly.plz help me out.
36 views
Skip to first unread message
Yash Lanjewar
unread,
Sep 12, 2020, 4:35:10 AM
9/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Message has been deleted
coolguy
unread,
Sep 12, 2020, 12:37:41 PM
9/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Please provide the template screen shot since error is generated from there... also send separate screen so its viewable.
amr
unread,
Sep 13, 2020, 7:44:15 PM
9/13/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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
Reply all
Reply to author
Forward
0 new messages