Skip to content

bogdal/bootstrap-django-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beautiful Django admin template styled with Twitter Bootstrap

Supprots Django 1.4+
Bootstrap 2.2 Upgraded.
Bootstrap 2.0 Upgraded.

Works on Django 1.3 and above.

Screenshots:






Get Started:

  1. Setup django admin first, link: https://docs.djangoproject.com/en/dev/ref/contrib/admin/ .
  2. Put admin_bootstrap directory in your project directory or elsewhere in your sys.path.
  3. Add admin_bootstrap to INSTALLED_APPS in settings.py, before django.contrib.admin.
  4. Modify STATIC_ROOT to YOUR_PROJECT_ROOT/admin_bootstrap/static.
  5. Run ./manage.py collectstatic(requested to collect static files at the destination location as STATIC_ROOT).

Customize Bootstrap

BootStrap css locates at /admin_bootstrap/static/css, rewrite styles and rebuild, you can also modify rewrite.css.

About

Django admin templates styled with Twitter Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%