On Apr 7, 4:09 pm, Shawn Milochik <sh...@milochik.com> wrote: > Your poll app is not in INSTALLED_APPS properly. > > What does INSTALLED_APPS look like in your settings.py? > > What does your directory structure look like, starting with the directory in > which you ran startproject? > > Shawn
I have the site installed in /home/kevin/crossen/crossen, and the dir listing is __init__.py __init__.pyc manage.py polls(dir) settings.py settings.pyc testdb(sqlite3 database) test.db(0bytes) urls.py urls.pyc and the end of my settings.py file looks like this: INSTALLED_APPS=( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'crossen.polls' ) The crossen.polls following the mystie.polls convention found in the guide. I have tried it with just polls, same error -- 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.