Skip to content

douglas-archives/django-filer-bootstrap-admin-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Django Templates for use django-filer with django-admin-bootstrap

django-filer is a "File and Image Management Application for django".

How to use these templates

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:

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.

NOTES

  • Templates from django-filer version 0.9
  • Latest version working with django==1.5