由於某些表單操作,我必須編寫自定義視圖並遵循食譜中的示例。在我看來寫作 if request.POST:
if includeHelper.check_valid():
process = includeHelper.save()
request.activation.process = process
request.activation.done
當試圖從官方cookbook爲viewflow運行自定義UI應用程序(「包裹」)我得到這個錯誤: NoReverseMatch at /parcel/delivery/5/start/21/detail/ 'viewflow' is not a registered namespace 我參加了一個截圖: 這裏的回溯: Environment:
Request Method: GET
Re