Add example application to test_project
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Tue, 14 Jun 2011 08:54:37 +0000 (10:54 +0200)
committerZygmunt Bazyli Krynicki <Zygmunt Krynicki zygmunt.krynicki@linaro.org>
Tue, 14 Jun 2011 08:54:37 +0000 (10:54 +0200)
commit2a176f07ce571b5192a1feb1f13da860b2292452
tree28fc3e234b51c655f76e6bac1f490c72963177a1
parent79b65b1914b1db437200f57df24f76653d0451cc
Add example application to test_project

This application shows how to use some of the features in practice
linaro_django_pagination/test_project/example/__init__.py [new file with mode: 0644]
linaro_django_pagination/test_project/example/models.py [new file with mode: 0644]
linaro_django_pagination/test_project/example/templates/example/list.html [new file with mode: 0644]
linaro_django_pagination/test_project/example/templates/example/two_lists.html [new file with mode: 0644]
linaro_django_pagination/test_project/example/urls.py [new file with mode: 0644]
linaro_django_pagination/test_project/example/views.py [new file with mode: 0644]
linaro_django_pagination/test_project/settings.py
linaro_django_pagination/test_project/urls.py