I am running django 1.6, and the latest django-filebrowser on pypi. I also have both django-storages and python-dateutil installed.
I must be doing something wrong even though I'm not sure what it is. I have two basic problems:
1. I am using django-storages. When I run collectstatic my `media` folder is not uploaded separately to s3. Instead, everything inside my `media` folder (uploads, _versions, etc) goes within `static`. This is despite the fact that I've tried all the methods I could find on stackoverflow and blogs. I think something that is configured by django-filebrowser is interfereing somehow - but I am not sure.
2. going to .../admin/filebrowser/browse gives me a 500 error.
I have put up two posts on stackoverflow and one post on reddit:
My absolute favorite thing about filebrowser is that I can configure it to create specifically sized versions of images and quickly select them from admin. Can anybody help me out?