]> git.parisson.com Git - django-pagination.git/commitdiff
Added more explicit setting as per #17
authorfloguy <floguy@7f1efe38-554e-0410-b69d-834cb44da2d5>
Fri, 5 Sep 2008 09:21:01 +0000 (09:21 +0000)
committerfloguy <floguy@7f1efe38-554e-0410-b69d-834cb44da2d5>
Fri, 5 Sep 2008 09:21:01 +0000 (09:21 +0000)
git-svn-id: https://django-pagination.googlecode.com/svn/trunk@32 7f1efe38-554e-0410-b69d-834cb44da2d5

README.rst

index 5fb76a52c41f59487a43e87c4c47919eccf9d34f..1a86b093bedec65468b731742e67052511285488 100644 (file)
@@ -26,7 +26,8 @@ installation, which is covered in INSTALL.txt in this same directory.)
 
 3. If it's not already added in your setup, add the request context processor.
    Note that context processors are set by default implicitly, so to set them
-   explicitly, you need to copy and paste this code into your settings::
+   explicitly, you need to copy and paste this code into your under
+   the value TEMPLATE_CONTEXT_PROCESSORS::
    
         ("django.core.context_processors.auth",
         "django.core.context_processors.debug",
@@ -66,4 +67,4 @@ installation, which is covered in INSTALL.txt in this same directory.)
 
 
 That's it!  You have now paginated ``object_list`` and given users of the site
-a way to navigate between the different pages--all without touching your views.
\ No newline at end of file
+a way to navigate between the different pages--all without touching your views.