I face below error when I run collectstatic and Admin page is served without css.
Error:
IOError: [Errno 2] No such file or directory: u'/usr/local/lib/python2.7/dist-packages/django/contrib/admin/media/img/gis/move_vertex_off.png
Below are the settings.
STATIC_ROOT = '/var/www/mysite/media/'
STATIC_URL = '/static/'
ADMIN_MEDIA_PREFIX = '/static/admin/'
What does this error message mean? The file does exist in the mentioned path.