TemplateDoesNotExist at /dj/jobs/
jobs/job_list.html
Request Method: GET
Request URL: http://192.168.100.1/dj/jobs/
Exception Type: TemplateDoesNotExist
Exception Value: jobs/job_list.html
Exception Location: /usr/lib/python2.4/site-packages/django/template/loader.py in find_template_source, line 72
Template-loader postmortem
Django tried loading these templates, in this order:
* Using loader django.template.loaders.filesystem.load_template_source:
o /home/dev/django/djproject/templates/jobs/job_list.html (File does not exist)
* Using loader django.template.loaders.app_directories.load_template_source:
o /usr/lib/python2.4/site-packages/django/contrib/admin/templates/jobs/job_list.html (File does not exist)
В seetings.py прописано:
TEMPLATE_DIRS = (
‘/home/sensor/dev/django/djproject/templates/’,
# Put strings here, like “/home/html/django_templates” or “C:/www/django/templates”.
….
}