Hi guys, I'm new to python & django but fascinated by the framework.
I'm coming from C++ background so I know very little about web
programming and it looks like python and django are quite smart tools
for it. Few days into django and everything looks fine. However I have
a little problem I don't seem to resolve. I'm trying to use css
files for my web application in development version but I'm failing
miserably. In the settings.py file I set the MEDIA_ROOT to be the one
where the css is and I added to urls the command
(r'^site_media/(.*)$', Where django.views.static, {'document_root':
settings.MEDIA_ROOT, 'show_indexes': True}).
However no sign of django picking up the css file. Any idea?!


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to