Use request.GET.getlist('myvar') or request.GET.get('myvar') for a single item
On 17 January 2013 03:10, mouna abdennadher <abdennadhermou...@gmail.com>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 django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > 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 django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.