Skip to main content

Bootstrap theme for Django admin

Project description

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 to install the Python Packages.

$ pip install bootstrap_admin_legacy

or from github master branch

$ pip install git+https://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.4.tar.gz (365.3 kB view hashes)

Uploaded Source

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