Dear all,
Downloaded and followed the steps which is given in the
documentation of Django
Created the project called mysite
Created the model called polls
Ratified the settings.py of the project to create a model as
a table in the database using INSTALLED_ APPS variable as mysite.polls
When the 'python manage.py syncdb' command was being running
the following error has been get.
psycopg2.ProgrammingError: no schema has been selected to create in
Did I make any mistake?
NOTE : Django version is 1.1.1 and PostgreSQL version is 7.4.16
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.