Private
Public Access
1
0

added conn_max_age to settings - not tested

This commit is contained in:
Sander Roosendaal
2019-06-17 11:57:54 +02:00
parent a89ad078dc
commit f051cec510

View File

@@ -146,6 +146,8 @@ WSGI_APPLICATION = 'rowsandall_app.wsgi.application'
# Database
# https://docs.djangoproject.com/en/1.9/ref/settings/#databases
CONN_MAX_AGE = 0
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',