On 11/4/07, Goutham DL <[EMAIL PROTECTED]> wrote:
>
> Its working now.There was a slight error in my url conf.
> I had put r'^students/(?P<user>\w+)/$' when i should have put r'^(?
> P<user>\w+)/'. It was the /students/ part of the URL that was giving
> the problem with CSS. Its now working properly.
> Can someone tell as to why the error occured?My knowledge of URLconfs
> is still a little sketchy.
>

It's really impossible to speculate given the information provided.  Maybe
with your full urls.py and some details on how your css files are specified
in your templates, someone could work out what was going wrong.

Karen

--~--~---------~--~----~------------~-------~--~----~
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