Skip to content
Snippets Groups Projects
Commit 00f5f8e4 authored by Constantinos Venetsanopoulos's avatar Constantinos Venetsanopoulos
Browse files

Wording fix in quick install guide wrt greenlets

parent 8de7fa7f
No related branches found
No related tags found
No related merge requests found
...@@ -630,8 +630,8 @@ To use, first monkey-patch psycopg2. For Django, run this before the ...@@ -630,8 +630,8 @@ To use, first monkey-patch psycopg2. For Django, run this before the
from synnefo.lib.db.pooled_psycopg2 import monkey_patch_psycopg2 from synnefo.lib.db.pooled_psycopg2 import monkey_patch_psycopg2
monkey_patch_psycopg2() monkey_patch_psycopg2()
If running with greenlets, it is also recommended to modify psycopg2 behavior If running with greenlets, we should modify psycopg2 behavior, so it works
so it works properly in a greenlet context: properly in a greenlet context:
.. code-block:: console .. code-block:: console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment