Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 439 Bytes

django-admin-bootstrapped

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.

Requirements

Django 1.4.x

Installation

  1. clone the project into your python path (virtualenv highly suggested)
  2. add 'django_admin_bootstrapped' into the INSTALLED_APPS list before 'django.contrib.admin'
  3. have fun!

Goodies

TODO