fnp
/
django-pagination.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c95b3
)
Fix documentation referencing all project name
author
Zygmunt Krynicki
<zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:20:54 +0000
(19:20 +0200)
committer
Zygmunt Krynicki
<zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:20:54 +0000
(19:20 +0200)
doc/usage.rst
patch
|
blob
|
history
diff --git
a/doc/usage.rst
b/doc/usage.rst
index
d875137
..
bf83de3
100644
(file)
--- a/
doc/usage.rst
+++ b/
doc/usage.rst
@@
-17,7
+17,7
@@
installation, which is covered in INSTALL.txt in this same directory.)
INSTALLED_APPS = (
# ...
- 'pagination',
+ '
linaro_django_
pagination',
)
@@
-26,7
+26,7
@@
installation, which is covered in INSTALL.txt in this same directory.)
MIDDLEWARE_CLASSES = (
# ...
- 'pagination.middleware.PaginationMiddleware',
+ '
linaro_django_
pagination.middleware.PaginationMiddleware',
)
3. If it's not already added in your setup, add the request context processor.