Re: Access to Settings

2009-01-24 Thread Daniel Roseman
On Jan 24, 3:28 pm, nosrednak...@gmail.com wrote: > Hello Django Users, > > I am writing an application that needs to do some 'advanced' SQL to update   > some tables. I am curious about the best way to lock tables and make the   > transaction safe. The solution I wrote for a Quick and dirty is: >

Access to Settings

2009-01-24 Thread nosrednakram
Hello Django Users, I am writing an application that needs to do some 'advanced' SQL to update some tables. I am curious about the best way to lock tables and make the transaction safe. The solution I wrote for a Quick and dirty is: DATABASE_ENGINE = str(settings.__getattr__("DATABASE_ENGINE"