Beautiful Django admin template styled with Twitter Bootstrap
Bootstrap 2.0 Upgraded.
Works on Django 1.3 and above.
- Setup django admin first, link: https://docs.djangoproject.com/en/dev/ref/contrib/admin/ .
- Put
admin_bootstrap
directory in your project directory or elsewhere in yoursys.path
. - Add
admin_bootstrap
toINSTALLED_APPS
insettings.py
, beforedjango.contrib.admin
. - Modify
STATIC_ROOT
toYOUR_PROJECT_ROOT/admin_bootstrap/static
- Run
./manage.py collectstatic
(requested to collect static files at the destination location asSTATIC_ROOT
.)
BootStrap css locates at
/admin_bootstrap/static/css
, rewrite styles and rebuild, you can also modify rewrite.css.