Re: search bar

2019-06-12 Thread Derek
have done that.) There is also a Django app that may be useful: https://github.com/gregplaysguitar/django-simple-search On Monday, 10 June 2019 04:49:35 UTC+2, Pradeep Singh wrote: > > how to make drop down based search bar in django . where user can select > particular field and then

search bar

2019-06-09 Thread Pradeep Singh
how to make drop down based search bar in django . where user can select particular field and then retrieve data ex- realestate .. anyone can help me to make such type of search bar -- You received this message because you are subscribed to the Google Groups "Django users&q

please help me !django admin search bar add placeholder variable and how to call it in modelAdmin! HELP!

2016-01-17 Thread superzhang16
I want to add placeholder to search bar .First,I override the template change_list.html and find the search bar ,I know add attribute placeholder ,and I defined a variable placeholder={{'''search_tip'}} to placeholder, as my app has three searchbar in different modelAdmin, I want to change

django admin search bar add placeholder variable and how to call it in modelAdmin

2016-01-15 Thread superzhang16
I want to add placeholder to search bar .First,I override the template change_list.html and find the search bar ,I know add attribute placeholder ,and I defined a variable placeholder={{'''search_tip'}}to placeholder, as my app has three searchbar in different modelAdmin, I want to change

Best way to create an advanced search bar for the admin app.

2012-11-20 Thread Nicolas Emiliani
: foo attr value So basically Foo Has a given Attr with value X. The idea is having on top of the search bar at the list form a box that lets you choose (using check boxes) the attributes and values for each checked attribute (using text boxes). My idea was redefining change_list.html

Re: Django documentation search bar plugin for Firefox

2006-10-06 Thread Noah
Fair enough. I actually didn't know those existed. I still like the search box tho --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Django documentation search bar plugin for Firefox

2006-10-06 Thread Rob Hudson
I simply added a Firefox keyword search on the Django search box on the docs page. Now I type this into my URL: "dj template tags" and I get what 'm looking for. More info are smart keywords: http://www.mozilla.org/products/firefox/smart-keywords.html -Rob

Re: Django documentation search bar plugin for Firefox

2006-10-05 Thread Noah
No problem, please pass the link on to your friends. --~--~-~--~~~---~--~~ 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

Re: Django documentation search bar plugin for Firefox

2006-10-05 Thread Justin
Thanks, that's going to be really useful. On Oct 5, 10:21 pm, "Noah" <[EMAIL PROTECTED]> wrote: > I'm always searching the Django docs, so I decided to make a search > bar plugin for Firefox so that I don't have to go to the Django > documentation page in order to

Django documentation search bar plugin for Firefox

2006-10-05 Thread Noah
I'm always searching the Django docs, so I decided to make a search bar plugin for Firefox so that I don't have to go to the Django documentation page in order to search the documentation. You can pick it up at: http://noah.itgoesclick.com/django-docs-search