cookiecutter-django/{{cookiecutter.project_slug}}/config
Bruno Alla 4f8cd89bb7 Set CONN_MAX_AGE to 60 seconds -- fixes #710 (#1382)
* Set CONN_MAX_AGE to 60 seconds -- fixes #710

Setting the value in the production config.

* Get CONN_MAX_AGE from the environment, default to 60 in .env

* Add test for CONN_MAX_AGE setting

* Remove duplication in default value & test cleanup

* Remove test for CONN_MAX_AGE value in settings
2017-11-13 23:08:47 +03:00
..
settings Set CONN_MAX_AGE to 60 seconds -- fixes #710 (#1382) 2017-11-13 23:08:47 +03:00
__init__.py Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
urls.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
wsgi.py Fix multiple imports on one line 2017-04-13 11:30:57 -07:00