TemplateDoesNotExist at /news/
base.html
Request Method: GET
Request URL: http://127.0.0.1:8000/news/
Django Version: 1.8
Exception Type: TemplateDoesNotExist
Exception Value:
base.html
Exception Location: /home/user/projects/site/venv/lib/python3.4/site-packages/django/template/engine.py in find_template, line 146
Python Executable: /home/user/projects/site/venv/bin/python
Python Version: 3.4.3
Python Path:
['/home/user/projects/site/venv/site',
'/home/user/projects/site/venv/lib/python3.4',
'/home/user/projects/site/venv/lib/python3.4/plat-i386-linux-gnu',
'/home/user/projects/site/venv/lib/python3.4/lib-dynload',
'/usr/lib/python3.4',
'/usr/lib/python3.4/plat-i386-linux-gnu',
'/home/user/projects/site/venv/lib/python3.4/site-packages']
Server time: Пт, 10 Апр 2015 10:51:08 +0000
Template-loader postmortem
Django tried loading these templates, in this order:
Using loader django.template.loaders.filesystem.Loader:
Using loader django.template.loaders.app_directories.Loader:
/home/user/projects/site/venv/lib/python3.4/site-packages/django/contrib/admin/templates/base.html (File does not exist)
/home/user/projects/site/venv/lib/python3.4/site-packages/django/contrib/auth/templates/base.html (File does not exist)
/home/user/projects/site/venv/site/news/templates/base.html (File does not exist)
Error during template rendering
In template /home/user/projects/site/venv/site/news/templates/base_news.html, error at line 1
base.html
1
{% extends "base.html" %}