Changes between Version 25 and Version 26 of SetupOnTiger
- Timestamp:
- Jan 25, 2007, 4:39:42 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupOnTiger
v25 v26 55 55 56 56 === The Fink Way === 57 I'm referring to ticket:3364 it was the reason why I couldn't get it to work. 57 I'm referring to ticket:3364 it was the reason why I couldn't get it to work.~~ 58 58 59 59 1. Install postgres81 … … 62 62 1. keep to the rest of this tutorial but use psycopg2 instead of psypg1 63 63 * 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. 64 66 65 67 === Darwin Ports way ===