Bootstrap 4 integration with Django
Bootstrap 4 integration for Django. Goal The goal of this project is to seamlessly blend Django and Bootstrap 4. Requirements Python 3.6 or newer with Django >= 2.2 or newer. Documentation The full documentation is at https://django-bootstrap4.readthedocs.io/ Installation Install using pip: pip install django-bootstrap4 Alternatively, you can install download or clone this repo and call pip install -e .. Add to INSTALLED_APPS in your settings.py:
Read more