Django pagination solution
I, like many other people, have written all sorts of custom pagination solutions for Django. If you can't be bothered have a look at the package django-pagination.
In a minute you can have an excellent standard pagination solution that should cover 99% of developer's needs. If you would like to contribute to the project you can also find it on GitHub.