Problem with Django styling
Posted
by Brob
on Stack Overflow
See other posts from Stack Overflow
or by Brob
Published on 2010-06-15T09:07:48Z
Indexed on
2010/06/15
9:12 UTC
Read the original article
Hit count: 277
Hi new to django but I'm having issues with the styling of pages.
my settings.py contains
MEDIA_ROOT = ''
MEDIA_URL = ''
TEMPLATE_DIRS = (
os.path.join(os.path.dirname(__file__), 'templates'),
)
please can someone help me shed some light on what I need to do to get the styles working in my templates
Thanks
© Stack Overflow or respective owner