altairbow / django-db-connection-pool

Database connection pool component library for Django
https://pypi.python.org/pypi/django-db-connection-pool/
MIT License
181 stars 24 forks source link

django run error. #23

Closed qinshaokang closed 2 years ago

qinshaokang commented 2 years ago

django.core.exceptions.ImproperlyConfigured: 'dj_db_conn_pool.backends.mysql' isn't an available database backend or couldn't be imported. Check the above exception. To use on e of the built-in backends, use 'django.db.backends.XXX', where XXX is one of:

altairbow commented 2 years ago

Make sure django-db-connection-pool has been properly installed.