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

The requested Folder does not exist.

skyl opened this issue · comments

Add filebrowser to installed_apps, add the url before admin. Add a dir to the uploads folder so there is something there. Click on the dir. The requested Folder does not exist.

http://127.0.0.1:8000/admin/filebrowser/browse/

http://github.com/skyl/django-filebrowser-no-grappelli/commit/5f946840df7ccab983fc59db79aae6ae571ed414 this 'fixes' that particular problem... but I think it may cause other problems.

actually there is that and more here:

http://github.com/skyl/django-filebrowser-no-grappelli/commit/23a343b70e4864b3d351ab56210bb6b095481046

versions and browse work for me with these changes.

is this patch specific to no-grappelli or should it go upstream instead?

yeah, I don't think that it's specific to no-grappelli. But, as 'upstream' is subversion and grappelli seems to be in a state of flux, you might find that this is the de facto canonical repo for django-filebrowser ;)