--I rebuilt my Django server and now I don't have any permissions to add to groups or users. Why Django admin panel permissions table doesn't show any permissions to add to group?
The only thing that comes up is an "Enter Group Name" here textbox. And that is about it. What might be the problem?
Attached is what I get when click on create new group.
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/zYiCOZimHhEJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
/usr/lib/python2.7/dist-packages/django/contrib/contenttypes/models.py:142: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if not model or self.name != model._meta.verbose_name_raw: