Re: Lighttpd Vs Apache

2009-10-07 Thread Indu
luded it. Thanks for summing it up so well. Now I can spend more time tuning my app instead of testing various hosting combinations. Indu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&qu

Re: unable to see SQL even after DEBUG=True in settings

2009-10-19 Thread Indu
if it's running separately > and you'd want to magically see the effect in an independent > interpreter > Putting the code in the view showed the sql. You were right. The app was running on a different process and my interpreter spawned a different one!

Re: RelatedObjectDoesNotExist: User has no vendor

2021-06-09 Thread Indu Chouhan
Hi , You can also try this. vendor = User.objects.get(pk=request.user.id).vender Thanks, Indu Chouhan On Wednesday, June 9, 2021 at 12:44:14 PM UTC+5:30 gwisum...@gmail.com wrote: > Hi Every one! I 'm looking for help. > > I'm working with a multi vendor website using d