获取django的方法

时间:2017-06-13 11:30:29

标签: python html django http get

对于大学项目,我需要在我的小网站中使用WikiMedia Api进行搜索(同时保留在其上)。 对于服务器,我决定使用Django。我的问题是,我可以使用python脚本“界定”我的html页面以获得结果吗?

对于html我写了这段代码,还可以吗?

<form id="searchThis" action="/search" style="display:inline;" method="get">
  <input class="searchBox" name="q" type="text" />
  <input id="searchButton" value="Go" type="submit" />
</form>

我问你们所有人都抱歉编程错误,但我刚开始时我需要学习!

0 个答案:

没有答案