Hello, I am new in Python and Django. This is my first test project following the site :
https://docs.djangoproject.com/en/1.3/intro/tutorial01/ I am using database MySQL. I configured in INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'polls' ) After that I am trying to run : python manage.py sql polls But I am getting this error : App with label polls could not be found. Are you sure your > INSTALLED_APPS setting is correct? Thanks in advance. Please can anyone help me. Regards Jesmine -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

