I am trying to implement a simple paginator example. Is there any tutorial, example that runs through one SIMPLE example from start to finish.
urls.py views.py settings.py models.py
I am aware of this one:
http://docs.djangoproject.com/en/1.1/topics/pagination/
But this assumes you already have urls, models and settings.
Thanks.