Re: Transactions in Django

2009-08-18 Thread Lokesh Maremalla
It seems that we have to mention both the calls (commit & rollback) for every @transaction.commit_manually decorator. One single function call won't be sufficient to perform the operation. On Tue, Aug 18, 2009 at 11:08 PM, Lokesh wrote: > > Hi, > > Verified the flow

Re: Logging mechanism in Django

2009-08-17 Thread Lokesh Maremalla
Hi, Included django-logging as described in the link. >From the django-logging I can view the log messages on the screen at run time. But, I am not sure on saving the log messages from django-logging. Can I capture the log messages into my log file on a daily basis instead of redirecting to