【发布时间】:2012-02-03 16:21:46
【问题描述】:
例如在 Django 中:
S = request.POST.get("NonexistentField") # There is no error, it fails silently
如何在 html、javascript、django 中显示所有错误?
【问题讨论】:
-
确保
debug = True在您的设置文件中。一个好的python教程是必不可少的。
标签: javascript html django