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