You need to change this line
type="text/css" href="testing1.css" />
to
type="text/css" href="/static/testing1.css" />

On Jan 15, 1:00 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On Jan 15, 2008 1:08 AM, laspal <[EMAIL PROTECTED]> wrote:
>
> This:
>
> >     (r'^static/(?P<path>.*)$', 'django.views.static.serve',
> > {'document_root': '/home/laspal/trytemplate/Template/',
> > 'show_indexes' : True}),
>
> Does not match the URL in this:
>
> > type="text/css" href="testing1.css" />
>
> So change one or the other to make them match.
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of correct."
--~--~---------~--~----~------------~-------~--~----~
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