New to django, attempting to add tagging functionality to a blog application.
This is a debian environment.
Installed using pip3 install django-taggit
validated using pip freeze Django==3. django-taggit==1.2.0
Then added taggit to Installed_APPS in settingss.py
Django then responds with ModuleNotFoundError: No module named 'taggit
'