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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -