【发布时间】:2016-03-14 16:47:09
【问题描述】:
我是 Python 和 Django 的新手,正在开发一个基于 Web 的面试跟踪器门户。在我的门户中,我有一个主页,其中有数据表,我无法使用 django 显示表值,我需要在其中编写代码显示候选人的详细信息并使用 sqlite 作为我的数据库
【问题讨论】:
-
为什么你“不能”显示它们?当你尝试时会发生什么?
-
var dataSet = [ {% for row in Candidate_details%} [row.first_name,row.middle_name,row.last_name,row.current_company,row.designation,row.skills,row.experience,row .notice_period, row.location,row.category,row.email_id,row.mobile,row.telephone] {%endif%} ];这是我的代码