main-c / django-pagination

Learn how to add pagination to your Django application

Home Page:https://testdriven.io/blog/django-pagination/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Pagination Example

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Create and activate a virtual environment:

    $ python3 -m venv venv && source venv/bin/activate
  3. Install the requirements:

    (venv)$ pip install -r requirements.txt
  4. Apply the migrations:

    (venv)$ python manage.py migrate
  5. Seed the database:

    (venv)$ python manage.py migrate
  6. Run the server:

    (venv)$ python manage.py runserver

About

Learn how to add pagination to your Django application

https://testdriven.io/blog/django-pagination/


Languages

Language:Python 82.9%Language:HTML 17.1%