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

Custom storage support #42

Open millioner opened 12 years ago

millioner commented 12 years ago

One small feature for the app. Allows to set a custom storage class for the filebrowser like FILEBROWSER_STORAGE_CLASS = 'django.core.files.storage.FileSystemStorage'

wardi commented 11 years ago

I've made you a contributor. Please merge this yourself