Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
synnefo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
synnefo
Commits
00f5f8e4
Commit
00f5f8e4
authored
12 years ago
by
Constantinos Venetsanopoulos
Browse files
Options
Downloads
Patches
Plain Diff
Wording fix in quick install guide wrt greenlets
parent
8de7fa7f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/quick-install-admin-guide.rst
+2
-2
2 additions, 2 deletions
docs/quick-install-admin-guide.rst
with
2 additions
and
2 deletions
docs/quick-install-admin-guide.rst
+
2
−
2
View file @
00f5f8e4
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment