I have installed virtualenv in my localhost to run a django app with 1.8 version but when running it the css and js files doesn\'t load.
I get
Resour
Adding following snippet into settings.py file may fix your problem:
settings.py
import mimetypes mimetypes.add_type("text/css", ".css", True)