css

2008-10-23 Thread srini
Dear users, I am beginner in Djago, Well i have created my new project in django , But the problem is i am unable to link css static files to my template which ever i created in django application. Well, i do not know the right way to link css to my template in django, Pl

Re: css

2008-10-24 Thread srini
i did the same way i.e but still its not calling the css.. On Oct 24, 12:10 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On Friday 24 October 2008 12:16:50 pm srini wrote: > > >Well, i do not know the right way to link css to my > > template in dja

CSS link problem(how to call css)

2008-10-24 Thread srini
Hi All, i created one page template where i am trying to use my css and i am calling that css in this fashion {% block stylesheet %}/css/gaslog.css{% endblock %} but its not calling my css file. i think i attempted some silly thing or do not know exact way how to call my css. could any one sugg

Re: css

2008-10-24 Thread srini
rote: > Read up on serving static files from django. The documentation is quite > complete and you should be up and on your way in no time by just adapting > examples from there. > > On Fri, Oct 24, 2008 at 2:46 PM, srini <[EMAIL PROTECTED]> wrote: > > > Dear users, > > >

Re: CSS link problem(how to call css)

2008-10-24 Thread srini
: > {% block stylesheet %}{{ MEDIA_URL }}/css/gaslog.css{% endblock %} > > Should work > > Dj Gilcrease > OpenRPG Developer > ~~http://www.openrpg.com > > On Fri, Oct 24, 2008 at 1:10 AM, srini <[EMAIL PROTECTED]> wrote: > > > Hi All, > > i created one pa

Re: case insensitive search

2008-10-28 Thread srini
Mr.Dulmandakh Use search_fields = ['name'] in the corresponding class inside admin.py Their is no such a case sensitive exists in Django search field , It will show it's matches either case sensitive or case insensitive. > Hello all. > > Just now I've deployed my

value error

2009-08-04 Thread srini
Hi all, I am using "location = request.get_full_path()"in my view, when the user is logged in this " request.get_full_path() " is getting the correct path but when user gets logged out and again logging in at that time this "request.get_full_path()" is adding the extr

Getting Key Error at /search/

2009-04-21 Thread srini
Hello everybody well i am using haystacksearch now Everything is running fine but in search section, while submitting the search query i am receiving the following error ie: == KeyError at /search/ ([u'django_ct_s'], {}) Request Method: GET Request URL:http:

Re: Getting Key Error at /search/

2009-04-22 Thread srini
Costa wrote: > On Tue, Apr 21, 2009 at 1:29 PM, srini wrote: > > Exception Location:     /usr/lib/python2.5/site-packages/ > > Whoosh-0.1.13- > > py2.5.egg/whoosh/fields.py in name_to_number, line 339 > > That django_ct_s seems pysolr related, and you are using

Using Cheetah Templates in django

2010-03-08 Thread srini
hi all, do anybody think that Using Cheetah Templates in django is more than any normal Html Thank you, -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from thi