Re: Rest Franework

2019-08-26 Thread Andréas Kühne
Hi, OK - If you only want to create an autocomplete list - or a dropdown list with information django restframework could be a bit of an overkill for that specific task - you could instead use something like this: https://django-autocomplete-light.readthedocs.io/en/master/tutorial.html That's a p

Re: Rest Franework

2019-08-23 Thread Soumen Khatua
Hi Andres, Yes I read your article what you shared with me now I understand that I need to override the inbuilt django rest framework template to get expected result. But I don't know How can i do that, So my query is what is road map to do that? As of Now I extended restframework provided *base.h

Re: Rest Franework

2019-08-23 Thread Andréas Kühne
Hi Soumen, You have asked this question (or variants of it) 3 times now. If you aren't satisfied with the solutions you have received already - try replying to the suggestions you already have received. I don't think you will get different answers by repeating the same question multiple times. Als

Rest Franework

2019-08-21 Thread Soumen Khatua
Hi Folks, I want to implemnet something like if user type any query parameter then matched string should come first then if the typed words contains in between records then short length of string should come second and so on,as an example: *http://127.0.0.1:8000/get/search/?word=the