Skip to content

msomierick/pagination-in-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the code for the Pagination in Django tutorial.

For instant local gratification, do the following:

$ git clone https://github.com/msomierick/pagination-in-django students

$ cd students

# In a virtualenv
$ pip install -r requirements.txt

$ python manage.py migrate

$ python manage.py loaddata fixtures/students.json

$ python manage.py runserver

Savor the beauties in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published