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
Other
150 stars 114 forks source link

Multiple thumbnails #44

Open byashimov opened 12 years ago

byashimov commented 12 years ago

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 :)