sehmaschine / django-filebrowser

Media-Management with Grappelli
http://twitter.com/sehmaschine
Other
976 stars 408 forks source link

No js/css is loaded #350

Closed rhyst closed 6 years ago

rhyst commented 6 years ago

I think I have a similair problem to issue 332 in that I can only browse on the admin page.

The filebrowser and grappelli statics are accessible from my statics folder but the page does not seem to be requesting them which suggests that maybe it is using the wrong template? I'm not sure why as I have not overwritten any of my admin templates.

I am using: django 1.11 django-filebrowser 3.9.1 grappelli 2.10.2

Any help or insight would be much appreciated.

rhyst commented 6 years ago

Oh, classic case of not reading the docs properly. I didn't have Grappelli and Filebrowser above admin in my installed apps.