You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick grep showed me that there are more calls to pymongo.json_util in views.py. I replaced those calls with just "json_util" and I was on my way. Hope that helps someone!
hi, when I log in the app I receive an alert with this message:
error: AttributeError("'module' object has no attribute 'json_util'",)
I have already replaced
from pymongo import json_util
with
from bson import json_util
in the view
what am I missing now?
thanks in advance
The text was updated successfully, but these errors were encountered: