INSTALLED_APPS = [ 'polls.apps.PollsConfig', #<----add this line .... ] #You need to add this line in the settings.py file #The class file is located at /polls/apps and is called PollsConfig