django-bootstrap-customizer

Build customized Bootstrap CSS using the Django admin


Keywords
django-bootstrap-customizer, bootstrap4, django, sass, scss
License
MIT
Install
pip install django-bootstrap-customizer==0.2.0

Documentation

Django Bootstrap Customizer

PyPI PyPI PyPI PyPI TravisCI

Django Bootstrap Customizer lets you build a custom Bootstrap theme by creating BootstrapTheme models from the Django admin.

BootstrapTheme values are converted to Bootstrap SCSS variables that are used to compile customized Bootstrap CSS when you save your theme, using libsass-python under the hood.

Enjoy tailored Bootstrap CSS without having to set up a Node front-end assets pipeline!

Features

  • Bootstrap 4.
  • Generates optimized above-the-fold and below-the-fold CSS payloads, perfect for improving your site's Google PageSpeed score.
  • Customized Bootstrap themes for each site in a multi-site installation.
  • No Node/NPM/Gulp/Webpack required.

Documentation

Documentation is available in the docs directory and at https://johnfraney.github.io/django-bootstrap-customizer.

Example Project

An example project is included in the example directory. See the docs for more information.

Screenshot

BootstrapTheme admin

Credits

Tools used in rendering this package:

Code of Conduct

Everyone interacting in the project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.