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 }} template tag
Next