Problem with Django styling
- by Brob
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