Problem when creating a form with both django-autocomplet-light and and bootstrap-datepicker-plus widgets
问题 I am trying to create a form which uses two different widgets: - some fields are using django-automplete-light ModelSelect2 widget - another field is using bootstrap_datepicker_plus DatePickerInput widget However, I can't manage to make them both work: when I create a form with DatePickerInput only, the calendar shows correctly, but when I add fields using ModelSelect2, the calendar doesn't popup anymore. Does anybody know what could cause this problem and how to solve it? In settings.py I