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',
# ...
)
Release files for bootstrap_admin_legacy 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bootstrap_admin_legacy-0.1.4.tar.gz | 365.3 kB | Details |
Release files / bootstrap_admin_legacy-0.1.4.tar.gz
| Download URL | bootstrap_admin_legacy-0.1.4.tar.gz |
|---|---|
| Size | 365.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ccb001549a548ab0dc07d40f2adcbebea4e89e3d761df57db6757252b0e4e285
|
|
BLAKE2b-256 checksum How to use checksums |
a3d82d0a6696ca37a72e770b3d0bc56b980a29642f974211f22884e809885a6e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |