chinnaphani
Results
2
issues of
chinnaphani
Hi, I am unable to connect and below is the error message and my code . my code. import requests import pyodata urllink = 'http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/' client = pyodata.Client(urllink,requests.Session() and below...
enhancement
V3
here is my code in views, can you plz help me with logout session. `def loginPage(request): if request.method == 'POST': username = request.POST.get('username') password = request.POST.get('password') if get_LDAP_user(username,password) is None:...