[Fixed]-Static files are not loading in Django 1.8 templates

1👍

You are missing an ‘S’ in the spelling of STATICFILES_DIRS.

Once you correct that, do a python manage.py collectstatic and restart the dev server.

Leave a comment