{% extends "base.html" %} {% block content %}

This project is intended to be used as a testing environment for Django Endless Pagination.

This project also contains a basic collection of examples on how to use this application, providing both the ability to manually test Django Endless Pagination in the browser, and a demo showing some of the application features in action.

The documentation is avaliable online or in the docs directory of the project.
The source code for this app is hosted at Github and Bitbucket.

The template for this project is realized using the Bootstrap framework. However, Bootstrap is not required in order to use Django Endless Pagination.

{% endblock %}