Skip to content

ivanff/django-filebrowser-no-grappelli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This version of filebrowser-no-grappelli has been modified by Imaginary Landscape to work with Django 1.5. References to the appmedia template tag have been removed and url template tags have been changed to add quotes around view names.

Additionally, not the prettiest solution but a dummy Browse model and modelAdmin has been added in order to get Filebrowser to appear in the django admin index without overriding templates.

Installation

  1. pip install -e git+git@github.com:ImaginaryLandscape/django-filebrowser-no-grappelli.git#egg=filebrowser-no-grappelli

  2. Add 'filebrowser' to your INSTALLED_APPS

  3. Add this to the top of your urls conf: url(r'^admin/filebrowser/', include('filebrowser.urls')),

In order for the dummy admin index Browse link to work, make sure it's above url(r'^admin/', include(admin.site.urls)),

About

django-filebrowser for default Django admin site. Based on https://github.com/sehmaschine/django-filebrowser v3.1 (before it was in git)

Resources

License

Stars

Watchers

Forks

Packages

No packages published