Django Templates for use django-filer with django-admin-bootstrap
django-filer is a "File and Image Management Application for django".
Considering that you already have created a django project.
If you want a media management in your django admin, and want the awesome django admin interface fully customized with Twitter Bootstrap.
You will have to:
- install the django-filer
- install the django-admin-bootstrap
- install the customized templates for django-filer (see below)
Installing the templates
you can obtain just downloading it
or cloning the repo
>>> git clone https://github.com/douglasmiranda/django-filer-bootstrap-admin-templates
Then:
Copy all the contents from templates/* and paste in your templates/ directory.
Copy all the contents from static/* and paste in your static/ directory.
Well.. this is it.
If you have an issue, create an issue, if you want to fix the issue, fork this repo and send me a pull request.
- Templates from django-filer version 0.9
- Latest version working with django==1.5