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

global name 'dir_name' is not defined #10

Open aronchi opened 14 years ago

aronchi commented 14 years ago

When trying to delete an object, I get this namerror. /filebrowser/views.py in delete, line 369

I checked the source, and there is a dir_name without declaration.

It was meant path?

wardi commented 14 years ago

it looks like the problem also exists upstream. Please report it there and I will merge their fix.

mattots commented 12 years ago

Has this ever been resolved? I've just run into this issue myself. If it's not been fixed upstream yet, can you recommend a way / hack to fix it here?

wardi commented 12 years ago

good question, for whatever reason I haven't run into this problem. I also haven't had time to keep up with upstream, though, so you may want to use someone else's fork. At least upstream is on github now.