Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

templateDoesNotExist Django

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
 
PREVIOUS NEXT
Tagged: #templateDoesNotExist #Django
ADD COMMENT
Topic
Name
3+8 =