Adds twitter bootstrap and other nicities to the Django admin
Project description
====
Bootstrap
=====
Bootstrap is an app for django that adds Twitter Bootstrap and other nicities to the Django admin.
Quick start
-----------
1. Add "bootstrap" to your INSTALLED_APPS settings before "django.contrib.admin" like this:
INSTALLED_APPS = (
...
'bootstrap',
'django.contrib.admin',
)
2. If you want to add custom css to the admin you can override the custom.css file by adding a file at admin/css/custom.css in your apps static directory.
3. Visit http://127.0.0.1:8000/admin/ to check it out.
Bootstrap
=====
Bootstrap is an app for django that adds Twitter Bootstrap and other nicities to the Django admin.
Quick start
-----------
1. Add "bootstrap" to your INSTALLED_APPS settings before "django.contrib.admin" like this:
INSTALLED_APPS = (
...
'bootstrap',
'django.contrib.admin',
)
2. If you want to add custom css to the admin you can override the custom.css file by adding a file at admin/css/custom.css in your apps static directory.
3. Visit http://127.0.0.1:8000/admin/ to check it out.
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
django-bootstrap-admin-0.3.1.tar.gz
(456.1 kB
view hashes)
Close
Hashes for django-bootstrap-admin-0.3.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac780d4b38f12ad61b20ea76026ae70808cdc62112b477841d132b2f3241fb90 |
|
MD5 | efb35c646d191626a34b6e5e61034022 |
|
BLAKE2b-256 | 733de94dd683209783d6d0c2bf4ec6f7e9b3b3bc7e64d85d8646d1166f4f5c19 |