Merge pull request #158 from martinblech/atomic-requests

Added ATOMIC_REQUESTS=True to default DB setup
This commit is contained in:
Daniel Greenfeld 2014-12-18 09:12:34 -08:00
commit ec3a480595

View File

@ -264,4 +264,8 @@ class Common(Configuration):
}
# END LOGGING CONFIGURATION
@classmethod
def post_setup(cls):
cls.DATABASES['default']['ATOMIC_REQUESTS'] = True
# Your common stuff: Below this line define 3rd party library settings