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.

sorry about the hurry,I had to finish a project fast and so was a
little anxious.

Goutham

On Nov 4, 8:50 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On 11/4/07, Goutham DL <[EMAIL PROTECTED]> wrote:
>
>
>
> > Anyone?
>
> Sheesh, give people a chance.  In the hour you let the original query sit,
> there was virtually no traffic on this list; it's quite likely that no one
> with any ideas on how to help even read the question before you posted the
> follow-up.
>
> On Nov 4, 6:14 pm, Goutham DL <[EMAIL PROTECTED]> wrote:
>
> > > The CSS for one of my pages is not loading. Its working properly for
> > > all the other pages.
>
> So, there is something different between the pages that work and the one
> that doesn't.  What is it?
>
> > The page is displaying properly but without the CSS.
> > > When i looked at the server, it showed a http response of 500.
>
> Look carefully at the request that gets the 500 vs. ones that work.  There's
> got to be something different between them.  When you find it, fix things so
> that the one that is getting the 500 is identical to the ones that work.
>
> 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