Is 127.0.0.1 not localhost? Can you explain that? The 127.X.X.X net _is_ localhost by IP specs, I thought.
El mié, 02-11-2005 a las 16:28 +0530, Kenneth Gonsalves escribió: > hi > i have an application running on a freebsd 'jail'. The postgresql > database is hosted on 127.0.0.1 (not localhost). My application runs > perfectly with the DATABASE_HOST = '127.0.0.1'. I have now started a > second app on the same server. When i run django-admin.py init, it is > unable to create the database because it is trying to find the database > on the ip address of the server on which it is running and not on > 127.0.0.1. I am doing this on the latest svn of django - previously i > had done this on svn #6xx. Any clues? -- Marcos Sánchez Provencio <[EMAIL PROTECTED]>