monim67 / django-bootstrap-datepicker-plus

Bootstrap3/Bootstrap4/Bootstrap5 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django >= 2.0
https://pypi.python.org/pypi/django-bootstrap-datepicker-plus
MIT License
223 stars 61 forks source link

ModuleNotFoundError: No module named 'django_bootstrap_datepicker_plus' #89

Closed SKAv81 closed 1 year ago

SKAv81 commented 1 year ago

Hello, I need help here.. I have installed 'django_bootstrap_datepicker_plus' in my project virtual environment.. but i get this error - ModuleNotFoundError: No module named 'django_bootstrap_datepicker_plus'.. I have added it to installed_apps, tried upgrade etc and am sure it is installed.. still not sure why I am getting this message.. can anyone please help?

smunoz-ml commented 1 year ago

You have to add it to INSTALLED_APPS using bootstrap_datepicker_plus, not django_bootstrap_datepicker_plus