Выдает такую ошибку.
emplateDoesNotExist at /
main_page.html
Exception Type: TemplateDoesNotExist
Exception Value: main_page.html
Exception Location: /usr/local/lib/python2.6/dist-packages/Django-1.2.4-py2.6.egg/django/template/loader.py in find_template, line 138
Python Executable: /usr/bin/python
Template-loader postmortem
Django tried loading these templates, in this order:
Using loader django.template.loaders.filesystem.function:
Using loader django.template.loaders.app_directories.function:
Хотя в settings.py указано место шаблонов и сам шаблон существует:
Settyngs.py:
import os.path
TEMPLATE_DIRS = (
os.path.join(os.path.dirname(__file__), 'templates'),
)
Даже не знаю. Может кто сталкивался с таким?