Re: DoesNotExist: Group matching query does not exist.

2015-11-12 Thread James Schneider
> File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 334, in get > > self.model._meta.object_name > > DoesNotExist: Group matching query does not exist. > > > Can someone help me ? > BTW, this is a standard exception rai

Re: DoesNotExist: Group matching query does not exist.

2015-11-12 Thread Robin Fourcade
Thanks for your reply, It was in the DB but, I don't know why, I had this issue. I made the migration a second time and this time, it worked. Thanks, Robin. -- Solved. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: DoesNotExist: Group matching query does not exist.

2015-11-11 Thread Vijay Khemlani
queryset(), name)(*args, **kwargs) > > File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", > line 334, in get > > self.model._meta.object_name > > DoesNotExist: Group matching query does not exist. > > > Can someone help me ? >

DoesNotExist: Group matching query does not exist.

2015-11-11 Thread Robin Fourcade
get_queryset(), name)(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 334, in get self.model._meta.object_name DoesNotExist: Group matching query does not exist. Can someone help me ? Thanks, Robin. -- You received this mess