What's the url pattern for a url with query string parameters [duplicate]

What's the url pattern i should add to my urls.py that matches a url like this "http://127.0.0.1:8000/reservation/response/?type=43&content=test"

Back to Top