Re: Database setup Issue

2013-03-21 Thread Antoni Aloy
You have to create first the database in Postgresql, give it a name and a password, and configure it to allow connections. Then you have to configure the database settings with the database name, ip, user and password. If you're doing the tutorial is much better to stay in sqlite3, so you'll have

Database setup Issue

2013-03-21 Thread Kamalakannan Srinivasan
Hi, I installed PostgreSQL 8.4.16 and was trying to set up the database as specified in the tutorial under djangoproject.com. I gave the Engine name as 'django.db.backends.postgresql_psycopg2' and Name as 'PostgreSQL' and ran the python manage.py syncdb command. But it gave the error