summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source/create-database.rst
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-02-01 21:28:56 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-02-01 21:28:56 -0300
commit2ba666f7c2740093e5d71f72a6eccf73215035ac (patch)
treeaf5d54ef93337fbfd578d3f405ed4a1136b3070e /askbot/doc/source/create-database.rst
parent0f84818c1daa7c6c8c07f3da544a5844a7c7b434 (diff)
downloadaskbot-2ba666f7c2740093e5d71f72a6eccf73215035ac.tar.gz
askbot-2ba666f7c2740093e5d71f72a6eccf73215035ac.tar.bz2
askbot-2ba666f7c2740093e5d71f72a6eccf73215035ac.zip
replaced use of getSession with getAuthResponse in the FacebookLogin protocol
Diffstat (limited to 'askbot/doc/source/create-database.rst')
-rw-r--r--askbot/doc/source/create-database.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/askbot/doc/source/create-database.rst b/askbot/doc/source/create-database.rst
index 55d5cd1c..9b262af7 100644
--- a/askbot/doc/source/create-database.rst
+++ b/askbot/doc/source/create-database.rst
@@ -15,10 +15,7 @@ To use postgresql - install it (please see documentation elsewhere).
After you have the database inself, add python bindingngs to postgresql::
- pip install psycopg2==2.4.1
-
-.. note::
- Note the specific version of the library required! There may be issues with the later version.
+ pip install psycopg2
To create a database, log in to postgresql as user postgres, create a user (if necessary), create a database, and enable the user account to log in to the database::