hi thanks ,
well got the point about url-conf the url pattern you have given does not
raise the error but i have still not been able to get my css working
my urls.py has an entry
(r'^sitemedia/?P<path>.*$', 'django.views.static.serve',
        {'document_root': '/home/amit/analytics/sitemedia', 'show_indexes':
True })

my css file is at path '/home/amit/analytics/sitemedia/default.css'

my template has the link to css
<link href="/sitemedia/default.css" rel="stylesheet" type="text/css" />

>
> i know this might be very basic but i have just started to try my hand at
> this .
>



-- 
A-M-I-T S|S

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to