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!
- 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 is available in the docs
directory and at https://johnfraney.github.io/django-bootstrap-customizer.
An example project is included in the example
directory. See the docs for more information.
Tools used in rendering this package:
Everyone interacting in the project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.