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
I am not getting and 'change' and 'delete' options for user, groups and apps(every model). I have added admin.autodiscover() in url.py I have also imported models in admin.py
Collin Anderson
unread,
Jan 12, 2015, 4:02:25 PM1/12/15
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
Hi,
Are they not showing up in the admin at all, or are they showing up but read-only?
Are you calling "admin.site.register(MyModel)" in admin.py?