»
S
I
D
E
B
A
R
«
Using CSS in Django
Jan 8th, 2010 by admin

Here is the official document that explains how to use CSS in Django: http://docs.djangoproject.com/en/dev/howto/static-files/, basically it’s about setting up your URL’s, then reference you media files in the template.