sibtc / simple-infinite-scroll

Django Simple Infinite Scroll
https://simpleisbetterthancomplex.com/tutorial/2017/03/13/how-to-create-infinite-scroll-with-django.html
MIT License
35 stars 27 forks source link
django infinite-scroll jquery waypoints

Django Simple Infinite Scroll

Example used in the blog post How to Create Infinite Scroll With Django

Running Locally

git clone https://github.com/sibtc/simple-infinite-scroll.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver