Skip to main content

Old bootstrap 2 theme for Django admin

Project description

Bootstrap 2 Skin for Django Admin
=================================

django-admin-bootstrap-legacy is a **Custom Responsible Skin for Django Admin
1.7 and upper.


Features
--------

- a bit of responsiveness
- search directly from the apps list
- sidebar logs for specific app (on app index)
- django-mptt custom templates
- django-reversion and django-reversion-compare custom templates

Install
-------

**NOTE:** I'm assuming you use `pip <http://www.pip-installer.org/>`_ to
install the Python Packages.

from github master branch ::

$ pip install git+ssh://git@github.com/alrusdi/django-admin-bootstrap-legacy.git


And don't forget to add *bootstrap\_admin* in **INSTALLED\_APPS** before
the *django.contrib.admin*.

Example: ::

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bootstrap_admin_legacy-0.1.1.tar.gz (360.4 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page