This is the simple example for the project discussed in the blog post: Implement An Infinite Scrolling With Django
git clone https://github.com/pythonsansar/infinite-scrolling-django.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver