I\'m using Django==1.5.5 and My django app is structured as
Django==1.5.5
--project/ ----project/ ------settings.py ------urls.py ----app1/ ------models.py --
According to docs right way to load static file is
{% load staticfiles %}
This will work