git-svn-id: https://django-pagination.googlecode.com/svn/trunk@19
7f1efe38-554e-0410-b69d-
834cb44da2d5
installation, which is covered in INSTALL.txt in this same directory.)
1. List this application in the ``INSTALLED_APPS`` portion of your settings
- file. Your settings file might look something like:
+ file. Your settings file might look something like::
INSTALLED_APPS = (
# ...
2. Install the pagination middleware. Your settings file might look something
- like:
+ like::
MIDDLEWARE_CLASSES = (
# ...