我需要針對我的API創建一些測試。 API使用w尾頁並向我提供它們的內容。 我在創建測試數據庫的觀點,但我不能創造鶺鴒頁面,因爲我總是 ValidationError: {'path': [u'This field cannot be blank.'], 'depth': [u'This field cannot be null.']}
我該怎麼辦呢?我是否必須創建從根到樹的整個網站?
我有一個網站w installation安裝。該網站有一個主頁,表面上的所有工作都很好,但我以某種方式搞亂了樹結構。 根頁面顯示沒有子頁面。如果我嘗試在根目錄下創建一個網頁,我得到 ValidationError at /cms/pages/add/website/indexpage/1/
{'path': ['Page with this Path already exists.']}
如