Changes between Version 25 and Version 26 of SetupOnTiger


Ignore:
Timestamp:
Jan 25, 2007, 4:39:42 PM (18 years ago)
Author:
martin.marcher@…
Comment:

Fink install + psycopg2

Legend:

Unmodified
Added
Removed
Modified
  • SetupOnTiger

    v25 v26  
    5555
    5656=== The Fink Way ===
    57 I'm referring to ticket:3364 it was the reason why I couldn't get it to work.
     57I'm referring to ticket:3364 it was the reason why I couldn't get it to work.~~
    5858
    5959 1. Install postgres81
     
    6262 1. keep to the rest of this tutorial but use psycopg2 instead of psypg1
    6363  * Note: install psycopg2 ist just `python setup.py build`and `python setup.py install` psycopg1 wouldn't install with fink...
     64
     65'''' In `settings.py` in your django project use the backend `postgresql_psycopg2` otherwise you'll get a bunch of errors about not finding the psycopg package''''' which we aren't using anyway because we now use psycopg2.
    6466
    6567=== Darwin Ports way ===
Back to Top