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

Don't see filebrowser in admin #1

Closed trent closed 14 years ago

trent commented 14 years ago

First, thanks for starting this project. I was frustrated when grappelli became a requirements of filebrowser as I don't use it and saw no value in implementing.

Now, to the issue. I've installed filebrowser in my site by adding it to installed apps in the settings file and updating urls file with the necessary include. Unfortunately, I don't see the filebrowser "app" in the admin home screen. Should this show up automatically, or do I need to update an admin template?

wardi commented 14 years ago

You need to add the link yourself, like in filebrowser version 2. I've put the installation instructions on the wiki, see step 6.