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
pgi = ProcessGenInput.objects(id=pk).first()
pgi.to_json()
when I do like that I got extended json, it is no use, since I want to transfer json data to web page and use javascript to get data from it.
Could you help me to fix it? thank you