Question
I am getting an error when submitting an image from django admin. (OSError [Errno 13] Permission denied)
I am deploying my Django app for the first time ever and all I basically need is to be able to add images using Django admin and be able to serve them on the website. I am using the one-click Django install app with Django 1.11.10 and Python 2.7.12 running on Ubuntu 16.04.
Static files are working perfectly, but when I try to upload images from the Django admin, I get an error: OSError [Errno 13] Permission denied…
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×