Hello Django Users,

I looked at the documentation about the static file serving but don't
seem to get it to work.

the url pattern i put down is the following
(r'^css/(?P<path>.*)$','django.views.static.serve',{'document_root':'/
Users/cyclops/Documents/crosslinks/idap/qualityControl/templates/
css','show_indexes':True})

when i start my browser i can access the webpages with the following
url
http://127.0.0.1:8000/qualityControl/

the css is not server, however if i put the following url i see the
file
http://127.0.0.1:8000/css/

the link that i put in my index file is the following
<link rel="stylesheet" type="text/css" href="/css/idap.css"
media="print" >

Is there something that i'm doing wrong ?

you help would be greatly appreciated,

regards,

Richard Mendes
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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