Skip to content
Advertisement

Tag: django-bootstrap4

ModuleNotFoundError: No module named ‘bootstrap4’

I installed bootstrap4 with $ pip install django-bootstrap4 It is being installed in this directory C:Userstradetechpit-match-envLibsite-packages Django seems to be looking at this directory C:UserstradeAnaconda3libsite-packagesdjango When I put ‘bootstrap4’ in the INSTALLED_APPS = (‘bootstrap4’) variable and then run $ python manage.py runserver I get this error How can I resolve this error? I installed bootstrap4 in the django folder by

Advertisement