Hello,

I can access it, also all the images can be viewed by going to the
url.
It only won't appear in the actual html files.

Richard

On Jan 9, 3:29 pm, Thomas Guettler <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Can you accesshttp://127.0.0.1:8000/css/idap.css?
>
> Maybe you have a <base> tag in you html?
>
> Am Mittwoch, 9. Januar 2008 13:49 schrieb [EMAIL PROTECTED]:
>
> > 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 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