Thursday 11 July 2013

Django - Redirect with GET Query String

response =  redirect('salary_payment_list')
response['Location'] += '?type=unpaid'
return response

No comments :

Post a Comment