Enable PostgreSQL connection pooling
Compare changes
Files
6- Jonathan Weth authored
+ 20
− 1
@@ -9,7 +9,7 @@ from typing import Any, Callable, Optional, Sequence, Union
@@ -17,6 +17,8 @@ from django.utils.functional import lazy
@@ -357,3 +359,20 @@ def handle_uploaded_file(f, filename: str):