A short note about JS

I have been working with JavaScript lately, and I enjoy it so much. It gives me the whole “mobile development vibe” but it is much quicker and easier – no need to build all the time etc. I have to say, it is inclining me to resuming mobile dev activities… not gonna lie.

Just a short note to tell you about the fun I’ve having 😉

[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.