There are *many* apps providing bootstrap templates for
django.contrib.admin, here a few:

- https://github.com/michaelhelmick/django-bootstrap-admin
- https://github.com/gkuhn1/django-admin-templates-twitter-bootstrap
- https://github.com/riccardo-forina/django-admin-bootstrapped
- https://github.com/aobo711/bootstrap-django-admin
- I myself did such templates.

My thoughts, in case it helps:

- it takes just a few hours to convert Django admin to bootstrap, that's
probably why there are so many admin/bootstrap apps out there,
- but it's better to tweak colors, just converting the HTML to bootstrap
ends in a too "grayish", "sad" interface IMHO,
- it's a very popular demand - again that's why there are so many apps out
there,
- it's a great opportunity to make a cool navbar,
- forms don't have .as_bootstrap() method, but django-forms-bootstrap
provides |as_bootstrap. That's required for the admin/bootstrap integration
to be "perfect", but optional to make it "good enough".
- this can live in external apps anyway ...

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to