免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3292 | 回复: 7
打印 上一主题 下一主题

Django模板的问题?? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-11-28 10:06 |只看该作者 |倒序浏览
我的TEMPLATE_DIRS 是C:/py/templates
然后在views里用loader.get_template('polls/index')
我的模板目录下有polls/index.html.
但是一直报错
Traceback (most recent call last):

  File "c:\python24\lib\site-packages\django-0.90-py2.4.egg\django\core\servers\basehttp.py", line 272, in run
    self.result = application(self.environ, self.start_response)

  File "c:\python24\lib\site-packages\django-0.90-py2.4.egg\django\core\servers\basehttp.py", line 615, in __call__
    return self.application(environ, start_response)

  File "c:\python24\lib\site-packages\django-0.90-py2.4.egg\django\core\handlers\wsgi.py", line 154, in __call__
    response = self.get_response(request.path, request)

  File "c:\python24\lib\site-packages\django-0.90-py2.4.egg\django\core\handlers\base.py", line 115, in get_response
    return self.get_friendly_error_response(request, resolver)

  File "c:\python24\lib\site-packages\django-0.90-py2.4.egg\django\core\handlers\base.py", line 124, in get_friendly_error_response
    return callback(request, **param_dict)

  File "c:\python24\lib\site-packages\django-0.90-py2.4.egg\django\views\defaults.py", line 68, in server_error
    t = loader.get_template('500')

  File "c:\python24\lib\site-packages\django-0.90-py2.4.egg\django\core\template\loader.py", line 57, in get_template
    return get_template_from_string(load_template_source(template_name))

  File "c:\python24\lib\site-packages\django-0.90-py2.4.egg\django\core\template\loader.py", line 47, in load_template_source
    raise TemplateDoesNotExist, name

TemplateDoesNotExist: 500

有人解决不?

论坛徽章:
0
2 [报告]
发表于 2005-11-28 10:23 |只看该作者
在settings中将模板目录加进去了吗?

论坛徽章:
0
3 [报告]
发表于 2005-11-28 10:28 |只看该作者
TEMPLATE_DIRS = (
    "C:/py/templates/polls", # template
)

论坛徽章:
0
4 [报告]
发表于 2005-11-28 11:34 |只看该作者
TEMPLATE_DIRS = (
    "C:/py/templates/polls", # template
)

改为:

TEMPLATE_DIRS = (
    "C:/py/templates", # template
)

试试

论坛徽章:
0
5 [报告]
发表于 2005-11-28 11:49 |只看该作者
还是一样哦.还是找不到模板的.挺郁闷的.

论坛徽章:
0
6 [报告]
发表于 2005-11-28 14:07 |只看该作者
再按例子重做一遍。

论坛徽章:
0
7 [报告]
发表于 2005-11-28 15:21 |只看该作者
现在好了.不知道什么原因.第一次的时候建数据库也是莫名其妙的问题/
谢谢limodou的意见

论坛徽章:
0
8 [报告]
发表于 2005-11-28 16:13 |只看该作者
呵呵。不知道。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP