[Note] ImportError: cannot import name ‘CaptchaStore’ from ‘captcha.models’

You use django-simple-captcha and just get this all of a sudden.

For me it was that I tried to install Google Captcha or something, it installed captcha or something, I don’t remember.

Basically, do this:

pip uninstall captcha
pip uninstall django-simple-captcha
pip install django-simple-captcha

honesty, everything that could’ve gone wrong has gone wrong this week with my project. I am not impressed anymore.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.