Re: Built in views how to change in django watson package.

2020-12-09 Thread Omkar Parab
I'm not familiar with the Django-Watson package. Maybe you missed some initial steps. Go through this medium blog. you will get an idea. 👇 https://link.medium.com/nFPB7cMM4bb On Wed, Dec 9, 2020, 5:35 PM Salima Begum wrote: > Hi Omkar parab , > I have followed the suggested path but Still it

Re: Built in views how to change in django watson package.

2020-12-09 Thread Salima Begum
Hi Omkar parab , I have followed the suggested path but Still it is not giving the search results. what I have to write in views.py in home function. Thanks ~salima On Wed, Dec 9, 2020 at 3:11 PM Omkar Parab wrote: > Here's the link for template tag 👇 > > https://github.com/etianen/django-wat

Re: Built in views how to change in django watson package.

2020-12-09 Thread Omkar Parab
Here's the link for template tag 👇 https://github.com/etianen/django-watson/wiki/Template-tags This tag will return the searched list 👇 {% search_results search_entry_list %} Here's the link for the frontend structure 👇 https://github.com/etianen/django-watson/blob/master/watson/templates/wat

Re: Built in views how to change in django watson package.

2020-12-09 Thread Salima Begum
Thank you @Omkar Parab, I have tried your suggestion. It is working but the only thing i want is how to show the result search list in the front end page in template. Please can you help me out in this also. Thanks ~Salima On Wed, Dec 9, 2020 at 11:16 AM Omkar Parab wrote: > Here's the link fo

Re: Built in views how to change in django watson package.

2020-12-08 Thread Omkar Parab
Here's the link for the built-in-views, https://github.com/etianen/django-watson/wiki/Built-in-views To return search results on the home page, you need to add your, {â„… Url "your_home_namespace" â„…} in On Wed, Dec 9, 2020, 9:35 AM Salima Begum wrote: > Hi all, > > I am using the django wats

Built in views how to change in django watson package.

2020-12-08 Thread Salima Begum
Hi all, I am using the django watson package in my project. How to achieve to change built in views to change default template rendering and to search results in the home page. This is url of django watson '''https://github.com/etianen/django-watson/wiki/Built-in-views''' Please Help me out to