| Issue 749: | psycopg doesn't work with reviewboard, should advocate psycopg2 instead | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Installation documentation refers to using psycopg for using PostgreSQL on Reviewboard instead of the more current psycopg2. Django supports psycopg2, which is cleaner to compile since it doesn't require mxDateTime. With a properly compiled psycopg, syncdb receives errors when it tries to set the timezone. I would suggest changing to recommend the use of psycopg2 in the documentation by setting the DATABASE_ENGINE setting to "postgresql_psycopg2"
Comment
1
by
project member
trowb...@gmail.com,
Dec 27, 2008
Status: NeedInfo
,
Jan 29, 2009
Issue 835 has been merged into this issue.
,
Jan 29, 2009
See: http://reviews.review-board.org/r/722/ |
|
| ► Sign in to add a comment |