Re: How to pass "--runworker --asgi" to wsgi.py

2023-01-13 Thread Bala Subramanyam Vemu
run via ASGI - so you > need an ASGI server. You can read the official documentation and see your > alternatives here: > https://docs.djangoproject.com/en/4.1/howto/deployment/asgi/ > > Regards, > > Andréas > > > Den ons 11 jan. 2023 kl 19:41 skrev Bala Subramanyam

How to pass "--runworker --asgi" to wsgi.py

2023-01-11 Thread Bala Subramanyam Vemu
Hi I am currently using django channels and have deployed them as well However , we currently want to separate the runworker from runserver As mentioned in the channels we have to run "python manage.py runserver ---noworker" so that all the websocket requests can be handled separately how

Re: Retrieving the values from query set

2009-08-03 Thread Subramanyam Vemu
Hi Daniel ,Malcom Thanks for the reply That exactly was the solution I wanted On Mon, Aug 3, 2009 at 11:47 AM, Daniel Roseman <dan...@roseman.org.uk>wrote: > > On Aug 3, 7:03 am, Subramanyam Vemu <balu.v...@gmail.com> wrote: > > Hi Malcom > > > > The va

Re: Retrieving the values from query set

2009-08-03 Thread Subramanyam Vemu
Hi Malcom The values_list() returns a list of tuples whereas I am looking for a simple list of the values On Mon, Aug 3, 2009 at 10:48 AM, Malcolm Tredinnick < malc...@pointy-stick.com> wrote: > > On Sun, 2009-08-02 at 21:59 -0700, bvemu wrote: > [...] > > Is there a django way of retrieving

Re: Session problem

2009-07-27 Thread Subramanyam Vemu
Hi Boris Can you update the code/snippet that you are using coz I faced a similar issue while I was working on a project On Sun, Jul 26, 2009 at 4:06 AM, Boris Ozegovic wrote: > > At the moment I am experiencing difficulties with Django session > middleware. For some

Re: Django and chat

2009-07-06 Thread Subramanyam Vemu
Hi Juanjux Did you deploy the above chat application in any production site or so do you have any stats like how many max users it can handle Thanks in advance Regards Subramanyam On Sun, Jul 5, 2009 at 7:54 PM, Juanjux (Google) wrote: > > Hi Ivan, > > It's not based on