did you named your project as 'mysite' and your app as 'polls' ... also make sure __init__.py exists inside directory polls (manage.py should create that ).
hope that helps, --Vardhan On Sun, Nov 29, 2009 at 7:12 PM, Baba Samu <samuelbarcel...@gmail.com>wrote: > Hi, > > Following the tutorial when i have "python manage.py sql polls" i get > error message "No module named polls" > > I have modified settijng.py to..... > > INSTALLED_APPS = ( > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.sessions', > 'django.contrib.sites', > 'mysite.polls' > ) > > > any ideas? > > thanks, > samu > > -- > > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.