a new middleware class for django

2008-06-16 Thread lep_man
Hi Guys, I did not know to refer to. i have developed a middleware that helps to debug django application in runtime (at production) the basic idea is if a specific useragent is accessing the site the middleware class detects and append debug inforamtion that was added to the request object int

Django with mysql InnoDB

2008-04-03 Thread lep_man
HI Guys i have buit an application that read tasks from db and execute them ,i using django to get a connection to the db (i have crated a Task Class (uses django models) my server reads every ten secs a list of task and excutes them (my server is a multithreaded and has a thread that read from t