I have MyApp/static/MyApp directory
When I run ./manage.py collectstatic, I expect the MyApp directory be copied to STATIC_ROOT but it doesn\'t
I have Downloaded
One Quick work-around, although this does not fix it or explain WHY it's happening, is to:
python manage.py collectstatic
it will see that nothing is
in your static folder and will copy ALL static files over.