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 less noise and you could focus on the tutorial itself. 2013/3/21 Kamalakannan Srinivasan <kamalakannan.sriniva...@gmail.com> > 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 'database > PostgreSQL' does not exist. > > I even gave the name in different ways - in caps, in small cases, > suffixing version number etc. But everything returned similar errors. > > Please help with a workaround. > > Thanks and regards, > Kamal > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.