2013-02-11 51 views
-3

我正在研究關於Django的以下教程(https://docs.djangoproject.com/en/1.4/intro/tutorial01/)。無法在Django中訪問數據庫API

當我調用交互的shell使用命令 蟒蛇manage.py shell來訪問數據庫的API,我收到以下提示 在文獻[1]:

請誰能告訴我這是什麼意思,以及如何我可以訪問數據庫API。

感謝

+3

您沒有粘貼錯誤。你可以做到嗎? – santiagobasulto 2013-02-11 11:56:55

+0

你碰巧使用ipython嗎? 'In [x]:'是ipython中每行之前的輸出,它工作正常。只需按照教程中的[使用API​​播放](https://docs.djangoproject.com/en/1.4/intro/tutorial01/#playing-with-the-api)。確保您首先導入模型。 'from polls.models import Poll,Choice' ... – rxdazn 2013-02-11 12:01:43

+0

你需要添加你的錯誤或者我們不能幫你 – 2013-02-11 12:06:22

回答

0

這是正常的shell提示下,我不認爲這是一個錯誤,也許你想檢查由manage.py提供的命令,因爲我覺得你想要別人做一些事情。