First time here? Check out the FAQ!

Revision history  [back]

DoesNotExist: Group matching query does not exist.

I'm keep getting that error whenever i want to post an answer:

Traceback (most recent call last):

File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 113, in get_response response = callback(request, callback_args, *callback_kwargs)

File "/usr/local/lib/python2.7/dist-packages/askbot/utils/decorators.py", line 136, in wrapper return view_func(request, args, *kwargs)

File "/usr/local/lib/python2.7/dist-packages/askbot/utils/decorators.py", line 231, in wrapper return view_func(request, args, *kwargs)

File "/usr/local/lib/python2.7/dist-packages/recaptcha_works/decorators.py", line 67, in wrapped_view resp = view_func(args, *kwargs)

File "/usr/local/lib/python2.7/dist-packages/askbot/views/writers.py", line 654, in answer ip_addr=request.META.get('REMOTE_ADDR')

File "/usr/local/lib/python2.7/dist-packages/askbot/forms.py", line 1268, in save ip_addr=ip_addr

File "/usr/local/lib/python2.7/dist-packages/askbot/utils/decorators.py", line 285, in wrapped return func(args, *kwargs)

File "/usr/local/lib/python2.7/dist-packages/askbot/models/__init__.py", line 2292, in user_post_answer answer_post.add_to_groups([self.get_personal_group()])

File "/usr/local/lib/python2.7/dist-packages/askbot/models/__init__.py", line 2702, in user_get_personal_group return Group.objects.get(name=group_name)

File "/usr/local/lib/python2.7/dist-packages/django/db/models/manager.py", line 143, in get return self.get_query_set().get(args, *kwargs)

File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 404, in get self.model._meta.object_name)

DoesNotExist: Group matching query does not exist.

tried to run python manage.py syncdb --migrate --noinput Syncing... Creating tables ... Installing custom SQL ... Installing indexes ... Installed 0 object(s) from 0 fixture(s) Migrating... GhostMigrations:

! These migrations are in the database but not on disk: ! I'm not trusting myself; either fix this yourself by fiddling ! with the south_migrationhistory table, or pass --delete-ghost-migrations ! to South to have it delete ALL of these records (this may not be good).