Django does not natively support db pooling, you can look into tools like: https://github.com/jneight/django-db-geventpool
On the other hand, what Django support Persistent connections with CONN_MAX_AGE attribute.
Persistent connections
CONN_MAX_AGE