Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to install bootstrap4 ? #123

Open
gzbenson opened this issue Nov 12, 2024 · 1 comment
Open

Need to install bootstrap4 ? #123

gzbenson opened this issue Nov 12, 2024 · 1 comment

Comments

@gzbenson
Copy link

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>
@MosesMachua
Copy link

MosesMachua commented Dec 25, 2024

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.

See docs https://django-bootstrap-datepicker-plus.readthedocs.io/en/latest/Getting_Started.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants