django + bootstrap wizard

2019-11-13 Thread dandu sreenivasulu
Hi All, can someone please suggest any link or tutorial for django with bootstrap wizards. Thanks in advance. Regards, sreenivas -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from i

Re: Complete book

2019-10-19 Thread dandu sreenivasulu
Thank you so much for the pdf. On Sat, Oct 19, 2019 at 7:33 PM ISAAC NELSON S.B. KARGBO < insbkar...@njala.edu.sl> wrote: > Try this one out > > On Sat, Oct 19, 2019, 13:47 Md Nayem Tushar wrote: > >> Have any easy and properly complete book in django? pls ans me >> >> -- >> You received this me

Re: request module

2019-09-24 Thread dandu sreenivasulu
be to post a question on > stackoverflow.com and tag the question with *python-requests* > > -- > Regards > Deep L Sukhwani > > > On Mon, 23 Sep 2019 at 18:11, dandu sreenivasulu > wrote: > >> Hi All, >> can someone please help on below requ

request module

2019-09-23 Thread dandu sreenivasulu
Hi All, can someone please help on below request url = 'http://abc.com/' response = requests.get(url)# url1 = response.url # http://xyz.com --> when we access abc.com url it will redirect to xyz.com url and there we have to entere username and password print(url1) #xyz.com print(respons