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-d...@googlegroups.com
Hello list! I'm trying to run my tests and I have these error.
In a config.py file I'm doing this:
from django.contrib.contenttypes.models import ContentType ContentType.objects.get_for_model(model=MyModel)
And when I run the tests, this error apears, and only with tests.
I'm including contrib.contenttypes to my INSTALLED_APPS. I did syncdb and migrate. So, I cannot see where the problem is.
Tim Graham
unread,
Sep 3, 2014, 5:27:47 PM9/3/14
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-d...@googlegroups.com
This is django-developers, the list for discussing the development of Django itself. For questions about using Django, please use the django-users mailing list. It's also helpful to include a traceback of the error.