Python Django tutorial 7 - static files
This tutorial covers configuring settings.py to server static files such as images, css & javascript and how to use the 'static' template tag to prepend the your sites url and static files url to any static file reference in your templates
Python Django tutorial 7 - static files