sehmaschine / django-filebrowser

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

No clear settings #398

Closed rikesh1212 closed 3 years ago

rikesh1212 commented 3 years ago

Please check the issue at https://stackoverflow.com/questions/67465226/how-to-solve-improperlyconfigured-at-admin-filebrowser-browse-error-finding-u

sehmaschine commented 3 years ago

yep – it says that the upload folder does not exist. not sure what exactly the issue is. please reopen with additional information (if you actually think it is a bug).

rikesh1212 commented 3 years ago

where the upload folder should be?? not written clear information about settings.

sehmaschine commented 3 years ago

well, it basically doesn't matter. but django needs access to the folder (so it has to be within djangos MEDIA_ROOT).

rikesh1212 commented 3 years ago

settings.py MEDIA_ROOT = os.path.join(BASE_DIR, 'media') FILEBROWSER_DIRECTORY=''

Same problem , improperly configured