wardi / django-filebrowser-no-grappelli

django-filebrowser for default Django admin site. Based on https://github.com/sehmaschine/django-filebrowser v3.1 (before it was in git) Consider using https://github.com/smacker/django-filebrowser-no-grappelli which is based on a newer version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple thumbnails

byashimov opened this issue · comments

HI!
Running Django 1.4 with django-filebrowser-no-grappelli trunk.
After an image upload filebrowser creates several thumbnails of it and puts them in the root directory, that makes filebrowser do thumbnails for thumbnails and thumbnails of thumbnails on page reload.

This makes filebrowser store images in separated dirs:
DIRECTORY = 'uploads/'
FILEBROWSER_VERSIONS_BASEDIR = 'CACHE'

But I guess that's a bit silly :)