<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: rtl;">
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body style="direction: ltr;" bgcolor="#ffffff" text="#000000">
Hi folks,<br>
<br>
I'm trying to build my first blog by python/django but during writing
it I faced a path problem so django couldn't recognize template path.<br>
For that the debugger gave me the following log (you can see full log
and the whole project in the attachment), although I added the absolute
template path to TEMPLATE_DIRS tuple. Could you please tell me what's
wrong?<br>
<br>
PS<br>
I still newbie guys<span class="moz-smiley-s3"><span> ;-) </span></span><br>
<br>
--log--<br>
<h1>TemplateDoesNotExist at /</h1>
<pre class="exception_value">posts/post_list.html</pre>
<table class="meta">
  <tbody>
    <tr>
      <th>Request Method:</th>
      <td>GET</td>
    </tr>
    <tr>
      <th>Request URL:</th>
      <td><a class="moz-txt-link-freetext" href="http://127.0.0.1:8000/">http://127.0.0.1:8000/</a></td>
    </tr>
    <tr>
      <th>Exception Type:</th>
      <td>TemplateDoesNotExist</td>
    </tr>
    <tr>
      <th>Exception Value:</th>
      <td>
      <pre>posts/post_list.html</pre>
      </td>
    </tr>
    <tr>
      <th>Exception Location:</th>
      <td>C:\Python26\lib\site-packages\django\template\loader.py in
find_template_source, line 74</td>
    </tr>
    <tr>
      <th>Python Executable:</th>
      <td>C:\Python26\python.exe</td>
    </tr>
    <tr>
      <th>Python Version:</th>
      <td>2.6.3</td>
    </tr>
    <tr>
      <th>Python Path:</th>
      <td>['Q:\\Apps\\Common\\eclipse-py\\workspace\\MyBlog\\src\\MyBlog',

'Q:\\Apps\\Common\\eclipse-py\\workspace\\MyBlog\\src',
'Q:\\Apps\\Common\\eclipse-py\\workspace\\MyBlog\\templates',
'C:\\Python26',
'C:\\Python26\\DLLs', 'C:\\Python26\\lib',
'C:\\Python26\\lib\\lib-tk', 'C:\\Python26\\lib\\plat-win',
'C:\\Python26\\lib\\site-packages',
'C:\\WINDOWS\\system32\\python26.zip']</td>
    </tr>
    <tr>
      <th>Server time:</th>
      <td>Mon, 31 May 2010 15:45:49 +0200</td>
    </tr>
  </tbody>
</table>
<br>
<pre class="moz-signature" cols="72">-- 
Best Regards
Muhammad Bashir Al-Noimi
My Blog: <a class="moz-txt-link-freetext" href="http://mbnoimi.net">http://mbnoimi.net</a>
</pre>
</body>
</html>