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.4.tar.gz
(456.4 kB
view hashes)
Close
Hashes for django-bootstrap-admin-0.3.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ca0b86287d6a3b91be03964f348bab27b37b3094fb84f23df68db88bca11755 |
|
MD5 | b773e46494ecf4742405d3d7da8fdae3 |
|
BLAKE2b-256 | 7e79183ea64ea80a70b6475728b409d597bbb8ef1add09a410c63b83e314b141 |