我正在編寫一個廣泛遵循this example的應用程序。 當我提交POST請求,如: curl http://localhost:5000/todos -d "data=Remember the milk" -X POST 我從RethinkDB出現以下錯誤: rethinkdb/ast.py", line 118, in run return c._start(self, **global_o
Django的拋出以下錯誤: ReqlDriverError: Server dropped connection with message: "RethinkDB cluster"
正試圖通過自定義的中間件連接到RethinkDB在Django。 下面是代碼我使用你能幫我算出這個連接RethinkDB @singleton
class rDBMiddleware(object):