Issue with media location on collect static
Created by: birdsarah
This may be occurring because I did a cookie cutter of develop and then pegged dye to a specific earlier commit that I knew was stable, so my bad if that's the case.
Got this error:
Failed to execute command: ['/my_project_dir/django/website/.ve/bin/python', '/home/my_project_dir/django/website/manage.py', 'collectstatic', '--noinput']: returned 1 OSError: [Errno 2] No such file or directory: '/my_project_dir/django/media'
Couldn't immediately see why it wasn't looking in '/my_project_dir/django/website/media'
I tend to get really confused about static collection, so sorry if this is a non-issue.