Changes between Version 2 and Version 3 of SetupOnTiger
- Timestamp:
- Jan 28, 2006, 5:28:32 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupOnTiger
v2 v3 15 15 1. Type {{{python}}} and check that it is the version you just installed 16 16 17 === Installing \PostgreSQL ===17 === Installing |PostgreSQL === 18 18 19 19 1. Create a new user, ''postgres'' in the Accounts Pane of the Mac OS X System Preferences … … 30 30 1. Open a new window, and type {{{sudo -u postgres createdb test}}}. If it says {{{CREATE DATABASE}}}, it's working. :) 31 31 32 === Installing psycopg ( \PostgreSQL Bindings) ===32 === Installing psycopg (|PostgreSQL Bindings) === 33 33 34 34 At the time of this writing, the only stable version of ''psycopg'' is ''psycopg1''. The development version ''psycopg2'' is not supported by Django.