From: floguy Date: Sun, 13 Jul 2008 21:55:25 +0000 (+0000) Subject: Try 2: Hopefully made README.txt conform to ReST syntax. X-Git-Tag: 1.0.6~39 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/65baf0f5e27ec727b52fcfddd85364df8a435b2a Try 2: Hopefully made README.txt conform to ReST syntax. git-svn-id: https://django-pagination.googlecode.com/svn/trunk@18 7f1efe38-554e-0410-b69d-834cb44da2d5 --- diff --git a/README.txt b/README.txt index e6c84e4..0834d6c 100644 --- a/README.txt +++ b/README.txt @@ -10,19 +10,19 @@ 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: - INSTALLED_APPS = ( - # ... - 'pagination', - ) + INSTALLED_APPS = ( + # ... + 'pagination', + ) 2. Install the pagination middleware. Your settings file might look something like: - MIDDLEWARE_CLASSES = ( - # ... - 'pagination.middleware.PaginationMiddleware', - ) + MIDDLEWARE_CLASSES = ( + # ... + 'pagination.middleware.PaginationMiddleware', + ) 3. Add this line at the top of your template to load the pagination tags: