News

Add the 'django_mysql_geventpool' modules to the INSTALLED_APPS like this: ...
If CONN_MAX_AGE not set in you settings, Django will establish a new MySQL connection for each request and close it after the request. So if where are too many connections to be handled, it will ...