/django-admin-bootstrapped

A Django 1.9 admin theme using Twitter Bootstrap. It doesn't need any kind of modification on your side, just add it to the installed apps.

Primary LanguageHTMLApache License 2.0Apache-2.0

django-admin-bootstrapped

This is a Django-1.9 compatible version of https://github.com/django-admin-bootstrapped/django-admin-bootstrapped

Installation

pip install -e git+git://github.com/roundware/django-admin-bootstrapped.git@master#egg=django_admin_bootstrapped

OR

git clone https://github.com/roundware/django-admin-bootstrapped
cd  django-admin-bootstrapped
pip install -e .