Reputation: 7747
After trying to add a model entry using the admin interface, I get the following error:
[Errno 13] Permission denied: '/dev/website/app/media/pictures/2.1.0_screenshot.jpg'
The thing is, I've already added several items to this folder. How do I correct the permissions, and why would they have changed?
Permissions for that folder:
-rwxr-xr-x 1 root root 3967 2012-10-18 13:05 example.png
Upvotes: 1
Views: 88
Reputation: 1936
You need to set permission for user, from what you run you django application.
Upvotes: 1