this my current url
url("sample/userid",views.sample)
I can query the data by userid or postid or x, or y parameters.
how to handle this efficiently in a single url
In the views, I will use kwargs to get the keywords, but not sure how to handle it in the url.