hellpanderrr / django-admin-bootstrapped-1.9-compatible

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/hellpanderrr/django-admin-bootstrapped-1.9-compatible.git@master#egg=django_admin_bootstrapped

OR

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

About

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.

License:Apache License 2.0


Languages

Language:HTML 74.0%Language:Python 15.7%Language:JavaScript 6.1%Language:CSS 4.2%