I am able to upload the files to media folder( \'/peaceroot/www/media/\') that I have set up in settings.py as below
\'/peaceroot/www/media/\'
settings.py
MEDIA_ROOT = \'/pe
In my development server I fixed it by commenting out these lines in settings.py
STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'static'), )