Skip to content

gbezyuk/red-filebrowser-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red File Browser Extensions

Crop FileBrowser is an extension to FileBrowser https://github.com/sehmaschine/django-filebrowser/` that allows you to use JCrop http://deepliquid.com/content/Jcrop.html to create custom crops for your image versions:

Requirements

Installation

python setup.py install

Open settings.py and add crop_filebrowser to your INSTALLED_APPS if you want access to the filebrowser management commands you should include it as well:

INSTALLED_APPS = (
    'grappelli',
    'crop_filebrowser',
    'filebrowser',
    'django.contrib.admin',
)

In your url.py import the default CropFileBrowser site:

from crop_filebrowser.sites import site and add the following URL-patterns (before any admin-urls):

urlpatterns = patterns('', url(r'^admin/filebrowser/', include(site.urls)), )

About

A cropping tool extension for django-filebrowser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.8%
  • Python 8.5%
  • CSS 1.7%