From 2070c8aa195202070e433ee75b2a6dc32db68f36 Mon Sep 17 00:00:00 2001 From: floguy Date: Sun, 13 Jul 2008 21:57:15 +0000 Subject: [PATCH] Try 3: Hopefully made README.txt conform to ReST syntax. git-svn-id: https://django-pagination.googlecode.com/svn/trunk@19 7f1efe38-554e-0410-b69d-834cb44da2d5 --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 0834d6c..ac590a9 100644 --- a/README.txt +++ b/README.txt @@ -8,7 +8,7 @@ There are really 5 steps to setting it up with your projects (not including 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 = ( # ... @@ -17,7 +17,7 @@ installation, which is covered in INSTALL.txt in this same directory.) 2. Install the pagination middleware. Your settings file might look something - like: + like:: MIDDLEWARE_CLASSES = ( # ... -- 2.45.2