Skip to content

gian88/django-admin-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Bootstrap Skin for Django Admin

I once had to code my own Custom Responsible Skin for Django Admin, so I did it with the Twitter Bootstrap framework. I hope you like and help me make it better.

Screenshots

Features (beyond what you already know)

  • a bit of responsiveness
  • search directly from the apps list
  • sidebar logs for specific app (on app index)

Install

from latest version on pypi (fully compatible with django1.5)

>>> pip install bootstrap-admin

from github master branch

>>> pip install git+https://github.com/douglasmiranda/django-admin-bootstrap

or clone the master branch in your machine

>>> git clone https://github.com/douglasmiranda/django-admin-bootstrap

NOTE: I'm assuming you use pip to install the Python Packages.

And don't forget it to add bootstrap_admin in INSTALLED_APPS before the django.contrib.admin.

Example:

INSTALLED_APPS = (
    # ...
    'bootstrap_admin',
    'django.contrib.admin',
    # ...
)

Last but not least

If you using Django >=1.4.* and <1.5

>>> pip install bootstrap-admin==0.1.5

Fork if you want to contribute, open an issue if you find a bug or want something more.

About

Twitter Bootstrap Responsive Skin for Django Admin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 91.3%
  • Python 8.3%
  • Makefile 0.4%