please help me, this is the error mgs am been getting whenever i run my
manage.py runserver

Not Found: /
[24/May/2018 14:16:40] "GET / HTTP/1.1" 404 2027
Internal Server Error: /polls/
Traceback (most recent call last):
  File
"C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\exception.py",
line 35, in inner
    response = get_response(request)
  File
"C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\base.py",
line 158, in _get_response
    response = self.process_exception_by_middleware(e, request)
  File
"C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\base.py",
line 156, in _get_response
    response = response.render()
  File
"C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\template\response.py",
line 106, in render
    self.content = self.rendered_content
  File
"C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\template\response.py",
line 81, in rendered_content
    template = self.resolve_template(self.template_name)
  File
"C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\template\response.py",
line 63, in resolve_template
    return select_template(template, using=self.using)
  File
"C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\template\loader.py",
line 47, in select_template
    raise TemplateDoesNotExist(', '.join(template_name_list), chain=chain)
django.template.exceptions.TemplateDoesNotExist: polls/index.html,
polls/question_list.html
[24/May/2018 14:16:52] "GET /polls/ HTTP/1.1" 500 79698
Not Found: /favicon.ico
[24/May/2018 14:17:54] "GET /favicon.ico HTTP/1.1" 404 2078

i dont know were the problem is

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAPkbFbbrc3YyKU9Q4eF14ssjwu4XBhrnWx__TpUCRgRd5O%2B9%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to