sehmaschine / django-filebrowser

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

Cant upload. Can only browse #332

Closed glennpierce closed 7 years ago

glennpierce commented 7 years ago

Hi

I am using django 1.9 and grappelli 2.91

I have followed the instructions but I can't seem to upload images with filebroswer.

If I go to the browse page I can see images in the directory but no means to upload a new image. The screen looks like

https://www.dropbox.com/s/1q8o1je529qc2ky/browse.png?dl=0

Upload screen looks like this. (Upload link greyed out) https://www.dropbox.com/s/1q8o1je529qc2ky/browse.png?dl=0

Has anyone seen this? I don't seem to see any errors

sehmaschine commented 7 years ago

If your screen looks like this, there are js/css files missing. Please check your setup (serving static files).

2017-04-11 11:44 GMT+02:00 Glenn Pierce notifications@github.com:

Hi

I am using django 1.9 and grappelli 2.91

I have followed the instructions but I can't seem to upload images with filebroswer.

If I go to the browse page I can see images in the directory but no means to upload a new image. The screen looks like

https://www.dropbox.com/s/1q8o1je529qc2ky/browse.png?dl=0

Upload screen looks like this. (Upload link greyed out) https://www.dropbox.com/s/1q8o1je529qc2ky/browse.png?dl=0

Has anyone seen this? I don't seem to see any errors

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sehmaschine/django-filebrowser/issues/332, or mute the thread https://github.com/notifications/unsubscribe-auth/AALUWJuRkt6ER2G2hK1_ruAReauuN1Gzks5ru0uSgaJpZM4M529Y .

glennpierce commented 7 years ago

Ah I had overridden /templates/admin/ Now I have to remember why :)