Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

requirement django-recaptcha throws various errors #10

Closed
FinalAngel opened this issue May 5, 2014 · 5 comments
Closed

requirement django-recaptcha throws various errors #10

FinalAngel opened this issue May 5, 2014 · 5 comments

Comments

@FinalAngel
Copy link
Member

NoMigrations: Application '<module 'captcha' from '/Users/finalangel/Sites/divio-standardsite/env/lib/python2.7/site-packages/captcha/__init__.pyc'>' has no migrations.
NoReverseMatch at /en/
Reverse for 'cms_usersettings_change' with arguments '()' and keyword arguments '{}' not found.
IntegrityError: duplicate key value violates unique constraint "django_content_type_pkey"
DETAIL:  Key (id)=(19) already exists.
make: *** [update] Error 1
@Chive
Copy link
Contributor

Chive commented May 16, 2014

Use this instead of django-recaptcha: https://github.com/mbi/django-simple-captcha

@FinalAngel
Copy link
Member Author

django-simple-captcha also throws errors: https://dpaste.de/zyfJ

@matinfo
Copy link

matinfo commented Jul 7, 2014

The error reported by @FinalAngel occur when you install on same project aldryn_forms & django-simple-captcha, because of django-recaptcha use same app name!

@matinfo
Copy link

matinfo commented Jul 7, 2014

I'm also more for https://github.com/mbi/django-simple-captcha, principally because recaptcha require call to external webservice.

@czpython
Copy link
Contributor

czpython commented Aug 7, 2014

fixed in 4b967ad

@czpython czpython closed this as completed Aug 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants