I'm working my way through the django-1.5.1 manual. Following instructions to create the polls sample site I see on page 29 to run 'python manage.py syncdb' to create the model tables in the postgres database. However, when I run 'psql -l' I do not see the sample database. What might I have done incorrectly?
Rich -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

