django check if request parameter exists code example Example: django check if get parameter exists if 'parameter' in request.GET: #do stuff