I\'m trying to make a search form for Django.
Its a typical search form and then returns a table of matches. I wish to paginate the tables returned.
The prob
you can use {{ request.get_full_path }} this tag to get current url.
Next
this worked for me