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
result=apiconnect.get_resource('ppp/secret')
listdata=result.get(name=iname) # i want to any keyword
"iname this argument with any keyword"
how to query filter for name like iname not operation "="
please, thanks
The text was updated successfully, but these errors were encountered:
iname=request.POST.get('name') #any keyword
result=apiconnect.get_resource('ppp/secret')
listdata=result.get(name=iname) # i want to any keyword
"iname this argument with any keyword"
how to query filter for name like iname not operation "="
please, thanks
The text was updated successfully, but these errors were encountered: