• Stars
    star
    143
  • Rank 257,007 (Top 6 %)
  • Language
    CSS
  • Created over 12 years ago
  • Updated almost 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Django admin templates styled with Twitter Bootstrap

Django admin templates styled with Twitter Bootstrap 3

Work with Django 1.5 and BootStrap 3

Screenshots:

<img src="https://lh5.googleusercontent.com/-YPSx9j0czfg/T2v-QhxTbZI/AAAAAAAAABc/YLo_5nRp6Zo/s433/login.png" />
<br />
<img src="https://lh4.googleusercontent.com/-Oc1soVl6QF0/UDcW3OpYwFI/AAAAAAAAAFA/E22PV_sbH24/s741/login.png" />
<br />
<img src="https://lh4.googleusercontent.com/-1YuZPYz9MzA/UDcW19Vl9rI/AAAAAAAAAE4/W75RsC_htkM/s741/list.png" />
<br />
<img src="https://lh6.googleusercontent.com/-HUFdhCXBuPE/UDcWy_S3zrI/AAAAAAAAAEo/z8_elmA_HAc/s741/change.png" />
<br />
<img src="https://lh5.googleusercontent.com/-o6kjfc7p4yk/UDcW0jd9nuI/AAAAAAAAAEw/g2dmD3h4AUU/s567/add.png" />
<br />

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. Run ./manage.py collectstatic(requested to collect static files at the destination location as STATIC_ROOT).

Customize Bootstrap

BootStrap css is at /admin_bootstrap/static/css, rewrite styles and build yours.