Differences between revisions 1 and 2
Revision 1 as of 2011-10-31 20:17:29
Size: 423
Editor: 211
Comment:
Revision 2 as of 2011-11-02 15:41:13
Size: 433
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
$ pip install django
$ pip install psycopg2
$ sudo pip install django
$ sudo pip install psycopg2

DjangoPostgreSQL

Installation on MacOSX

$ brew install postgresql
$ initdb /usr/local/var/postgres
cp /usr/local/Cellar/postgresql/9.0.1/org.postgresql.postgres.plist ~/Library/LaunchAgents launchctl load -w ~/Library/LaunchAgents/org.postgresql.postgres.plist
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
$ sudo pip install django
$ sudo pip install psycopg2

DjangoAndPostgreSQL (last edited 2011-11-02 15:41:13 by 211)

web biohackers.net