cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Hashim Muqtadir e8ca2dd8ea Add atomic requests setting to production.py (#1513)
Since config/production.py sets a new value for `DATABASES['default']`, the `DATABASES['default']['ATOMIC_REQUESTS'] = True` setting from base gets overridden. So it's probably a good idea to add it back.
2018-02-16 18:15:50 +03:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Fix comments and silence PEP8 lambda warnings in config module. (#1357) 2017-10-12 20:36:44 +03:00
local.py Refactor *_gen_project hooks (#1490) 2018-02-07 22:52:52 +03:00
production.py Add atomic requests setting to production.py (#1513) 2018-02-16 18:15:50 +03:00
test.py Refactor *_gen_project hooks (#1490) 2018-02-07 22:52:52 +03:00