A Django admin theme using Twitter Bootstrap. It doesn't need any kind of modification on your side, just add it to the installed apps.
Django 1.4.x
- clone the project into your python path (virtualenv highly suggested)
- add 'django_admin_bootstrapped' into the INSTALLED_APPS list before 'django.contrib.admin'
- have fun!
TODO