2011年03月25日 星期五 15:49
空格,缩进?- -,不是很详细的说明哦
2011年03月25日 星期五 16:15
不好意思 藉題發問一下 請問這要怎麼解決呢 謝謝
In template TemplateSyntaxError at /admin/
Caught ValueError while rendering: Empty module name
Request Method:
GET
Request URL:
http://127.0.0.1:8000/admin/
Django Version:
1.2.5
Exception Type:
TemplateSyntaxError
Exception Value:
Caught ValueError while rendering: Empty module name
Exception Location:
C:\Python26\lib\site-packages\django\utils\importlib.py in import_module, line 35
Python Executable:
C:\Python26\python.exe
Python Version:
2.6.5
Python Path:
['C:\\Documents and Settings\\ABcool\\workspace\\000314_thesis\\thesis', 'C:\\Python26\\lib\\site-packages\\whoosh-1.7.8-py2.6.egg', 'C:\\Documents and Settings\\ABcool\\workspace\\000314_thesis', 'C:\\Python26', 'C:\\Python26\\DLLs', 'C:\\Python26\\lib', 'C:\\Python26\\lib\\lib-tk', 'C:\\Python26\\lib\\plat-win', 'C:\\Python26\\lib\\site-packages', 'C:\\Python26\\lib\\site-packages\\PIL', 'C:\\Python26\\lib\\site-packages\\wx-2.8-msw-unicode', 'C:\\WINDOWS\\system32\\python26.zip', 'C:\\Documents and Settings\\ABcool\\workspace\\000314_thesis\\thesis/apps', 'C:\\Documents and Settings\\ABcool\\workspace\\000314_thesis\\thesis/apps']
Server time:
Fri, 25 三月 2011 16:11:17 +0800
Template error
c:\python26\lib\site-packages\django\contrib\admin\templates\admin\base.html
, error at line 31Caught ValueError while rendering: Empty module name
21
<!-- Header -->
22
<div id="header">
23
<div id="branding">
24
{% block branding %}{% endblock %}
25
</div>
26
{% if user.is_active and user.is_staff %}
27
<div id="user-tools">
28
{% trans 'Welcome,' %}
29
<strong>{% filter force_escape %}{% firstof user.first_name user.username %}{% endfilter %}</strong>.
30
{% block userlinks %}
31
{% url django-admindocs-docroot as docsroot %}
32
{% if docsroot %}
33
<a href="{{ docsroot }}">{% trans 'Documentation' %}</a> /
34
{% endif %}
35
{% url admin:password_change as password_change_url %}
36
{% if password_change_url %}
37
<a href="{{ password_change_url }}">
38
{% else %}
39
<a href="{{ root_path }}password_change/">
40
{% endif %}
41
{% trans 'Change password' %}</a> /
2011年03月25日 星期五 16:54
打开settings.py看看配置是不是有单元素的元组忘追加逗号了..
搞不好可能存在版本问题了- -
2011年03月25日 星期五 16:59
謝謝您回答,但我逗號都有加,每個序列的的最後一個都有加,
還有什麼可能嗎?那請問您說的版本問題是?謝謝。
2011年03月25日 星期五 18:24
就是这个问题~~
2011年03月25日 星期五 18:25
楼上的问题我也出现过~
2011年03月26日 星期六 16:28
贴出urls.py看看
2011年03月29日 星期二 17:35
回報 我的問題已解決
果然是urls.py的問題
將沒用的model 誤 寫進去了
如本來要寫photo 寫成photo"s"了
謝謝張靜 謝謝大家
Zeuux © 2024
京ICP备05028076号