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
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
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
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,
>
> >
:
> {% 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
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
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
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:
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
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
10 matches
Mail list logo