Help with "Error: No module named polls" from the Django Project Tutorial 1 -


i working on django tutorial , getting error: "error: no module named polls" when type "python manage.py sql polls" in terminal. have no clue how fix problem. appreciated.

installed_apps = (     'django.contrib.auth',     'django.contrib.contenttypes',     'django.contrib.sessions',     'django.contrib.sites',     'django.contrib.messages',     'django.contrib.staticfiles',     # uncomment next line enable admin:     # 'django.contrib.admin',     # uncomment next line enable admin documentation:     # 'django.contrib.admindocs',     'polls' # answer ) 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -