Home > Mobile >  Django-import-export-celery Import error [Errno 13] Permission denied
Django-import-export-celery Import error [Errno 13] Permission denied

Time:12-17

I have a minor issue where I always see an error 13:

Import error [Errno 13] Permission denied: '/_/_/_/media/django-import-export-celery-import-change-summaries'

enter image description here

I can still import but I cannot see the end HTML template.

enter image description here

It's supposed to look like this (on my windows localhost):

enter image description here

I believe the blank summary is also caused by the Ubuntu file permission issue but I do not want to do anything because as I understand it, granting permissions on a production server is dangerous. Any help is appreciated. Thanks!

CodePudding user response:

I just enabled permission with chown 755

  • Related