This commit is contained in:
Kenneth Reitz
2012-09-27 19:23:16 -04:00
parent faf90d904e
commit 5e29d98f97
+1 -2
View File
@@ -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'