mirror of
https://github.com/kennethreitz/django-postgrespool.git
synced 2026-06-05 23:00:19 +00:00
rst
This commit is contained in:
+1
-2
@@ -9,9 +9,8 @@ It's powered by the lovely and beautiful SQLAlchemy.
|
||||
Usage
|
||||
-----
|
||||
|
||||
Using Django-PostgresPool is simple, just set ``django_postgrespool`` as your connection engine:
|
||||
Using Django-PostgresPool is simple, just set ``django_postgrespool`` as your connection engine::
|
||||
|
||||
::
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django_postgrespool'
|
||||
|
||||
Reference in New Issue
Block a user