django.core.exceptions.ImproperlyConfigured: 'djongo' isn't an available database backend or couldn't be imported.
Reinstall packages: you can try uninstalling both bson and pymongo and then reinstalling them. Sometimes, an installation might have gone wrong, and reinstalling can fix it:
pip uninstall bson pymongo
pip install pymongo
