Query problem

2007-11-02 Thread Goutham D L
Hi, Iam having a problem in querying. i have a string called search_by which stores the name of one of my models. I want to call search_by.objects.all() But it is giving an error since search_by is a string and cannot be directly concatenated. Can someone help me get the query right? Goutham

Re: CSS problem

2007-11-01 Thread Goutham D L
Solved:) Really stupid mistake. I was using backslashes when i should have been using forward slashes.(Iam on windows btw). Thanks a lot for ur help. Goutham On 11/1/07, dunia <[EMAIL PROTECTED]> wrote: > > > Goutham DL wrote: > > Can some one please help me out here? > > > > On Nov 1, 7:03 pm,

Re: CSS problem

2007-11-01 Thread Goutham D L
hi Actually i did exactly what u have done in the trunk version. Let me be more explicit. I have a login.html file in which i have a link to login.css. login.html is in templates directory login.css is in media/css directory both media and templates are in my project directory now i configured