I\'m running Django\'s development server (runserver) on my local machine (Mac OS X) and cannot get the CSS files to load.
runserver
Here are the relevant entries
I have the same issue (ununtu 16.04 server).
This helped me
python manage.py collectstatic --noinput