Forums

django_summernote doesnt work on pythonanywhere but works locally

I am getting an error on pythonanywhere

ModuleNotFoundError: No module named 'django_summernote'

this works fine locally but not on pythonanywhere.

Is there some kind of compatibility issue ?

Make sure that you've installed the module into the environment (python version/virtualenv) that you're using to run your code.

Yep. I got that fixed. Thank you for replying.