You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. Requires jQuery and Bootstrap JS/CSS files to be present in your template. You can also use django-bootstrap3, django-bootstrap4, django-bootstrap5 or django-crispy-forms to render the form.
pip install django-bootstrap-datepicker-plus
And
Add bootstrap_datepicker_plus to the list of INSTALLED_APPS in your settings.py file.
Do I need to install bootstrap4 / 5 into django ?
i am using the static file in my html page .
<script src=" {% static "js/jquery-3.7.1.min.js" %} </script> <script src=" {% static "js/bootstrap.min.js" %}" </script>The text was updated successfully, but these errors were encountered: