[Answered ]-Using Bootstrap to style Django Admin Panel

2👍

The django-bootstrap3 plugin doesn’t actually make any template changes on its own; it merely makes Bootstrap 3 and some helpful template tags and filters available for use in your templates. To use bootstrap3 to style the admin site, you can either use a plugin that specifically achieves this, like this one (which I cannot vouch for personally, though it seems fine), or you can customize your admin templates yourself.

Leave a comment