Use request.GET.getlist('myvar') or request.GET.get('myvar') for a single
itemOn 17 January 2013 03:10, mouna abdennadher <[email protected]>wrote: > Hi, > I implemented a PaymentMethodProcessor for sytempay. LFS send POST to the > bank successfully, Now I have to receive in LFS the POST from the bank,so i > create a django form with a view in order to capture all the parameters in > the url (send by the bank).how can i capture this > parameters?Request.GET.items() currently returns an empty QueryDict.Your > help will be highly appreciable > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/kZRfNSzmGMoJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

