Skip to content

sibtc/simple-infinite-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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