Re: help on autologging users after signup

2021-05-23 Thread ola neat
I've tried that it didn't wrk On 24 May 2021 05:21, "lalit suthar" wrote: > in authenticate function take values from request.data dictionary > email = request.data.get('email') > poassword = request.data.get('password') > On Sunday, 23 May 2021 at 07:27:51 UTC+5:30 tosina...@gmail.com wrote: > >

Re: help on autologging users after signup

2021-05-23 Thread lalit suthar
in authenticate function take values from request.data dictionary email = request.data.get('email') poassword = request.data.get('password') On Sunday, 23 May 2021 at 07:27:51 UTC+5:30 tosina...@gmail.com wrote: > halo guys, i wan make it possible for user to auto login user after > signup in my

Re: Watchdog & Django

2021-05-23 Thread tlockhart1976
The app has a ready method which is called after the initialization is complete. You might be able to do your setup there... - Tom > On May 23, 2021, at 9:22 AM, Benjamin Schollnick > wrote: > > Okay, this was a bit more complex, and a bit simpler than I thought. > > 1) The Django app __ini

Re: Watchdog & Django

2021-05-23 Thread Benjamin Schollnick
Okay, this was a bit more complex, and a bit simpler than I thought. 1) The Django app __init__ is the only place you can place the signal to stop the watchdog function. 2) You can’t perform any app model specific work in the __init__ because the app’s model frame work wasn’t yet finished ini

Re: Chrome book vs Django application development

2021-05-23 Thread Derek
Perhaps install Linux and work from there? https://www.howtogeek.com/363331/how-to-set-up-and-use-linux-apps-on-chrome-os/ It may be that PostgreSQL is too demanding and can be avoided for development purposes; rather use sqlite. It could also be worth considering to switching to cloud-based CI

Re: looking for an expert django developer

2021-05-23 Thread ryan yadav
https://docs.google.com/presentation/d/1V1ou6JfXUrlK1j2vyAKmeNGuN4XcCBrwiLrlcYqP-gY/edit#slide=id.p On Sun, 23 May 2021 at 09:28, Deepak joshi wrote: > hey dear you are looking for django developer ,, can you tell me your > requirements? i am fullstack web developer i can develop whatever you w

Re: looking for an expert django developer

2021-05-23 Thread ryan yadav
please drop me a mail On Sunday, 23 May 2021 at 09:28:17 UTC+5:30 joshig...@gmail.com wrote: > hey dear you are looking for django developer ,, can you tell me your > requirements? i am fullstack web developer i can develop whatever you want > regarding django. > > > -- You received this m

Re: looking for an expert django developer

2021-05-23 Thread Nisha Jose
Hi Ryan, My name is Nisha. I am having experience in django. Please contact me in nisha1sh...@gmail.com to discuss further. Thanks, Nisha On Sat, May 22, 2021 at 3:19 AM ryan yadav wrote: > i need an expert django developer ,who alone can build the whole platform > its a medical edtech sta

Re: looking for an expert django developer

2021-05-23 Thread ryan yadav
drop me a mail for requirements On Sunday, 23 May 2021 at 09:06:29 UTC+5:30 mehdiz...@gmail.com wrote: > Depends on what your requirements are. > What type of code you are doing. > What are your expectations - work expectations and achievables. > > Please set out more information ? - or lets

Re: Product Categories

2021-05-23 Thread tech george
Thanks Work, Let me try that. Regards. On Sat, 22 May 2021, 21:48 N'BE SORO, wrote: > Ok use: > > # In Python > # print(category.get_ancestors()) > # In Jinja category.get_ancestors > > Le sam. 22 mai 2021 à 18:14, Patrick Café a > écrit : > >> OK thank you >> >> tech george schrieb am Sa.,