Errno 13 Permission denied: media file in Django – Apache
I am trying to write a file to the django media folder, but on execution I get a permission denied error. The configuration works fine on the OSX development platform, but not on the Ubuntu test server. I have the…