[Errno 13] Permission denied: '/media/images.png' code example
Example: [Errno 13] Permission denied: '/media/images.png'
# Change from this....
MEDIA_ROOT = '/media/'
# to this >
MEDIA_ROOT = BASE_DIR / 'media/'
# Change from this....
MEDIA_ROOT = '/media/'
# to this >
MEDIA_ROOT = BASE_DIR / 'media/'