Re: OperationalError: no connection to the server using Django and gunicorn

2011-07-01 Thread Adrián Ribao Martínez
I think that the error comes only when starting the server. Reload the page about 10 times and check if you still get the error. Regards, Adrián > Hi Adrian, > > Have you solved this weird issue? > > if yes, please tell me how. > > Best regards, > Andrey Makhnach > > On May 27, 12:53 pm, Ad

Re: Recursion in templates... again

2007-03-02 Thread Adrián Ribao Martínez
Sorry, I didn't find a perfect solution, but I think that it can be done. You can use the "unordered list" filter in the template and fill an array in the view using recursive methods. Then you pass the array to the filter and it's done. You can also create your own filter tag, is not difficult,