Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
django-simple-pagination
Advanced tools
.. image:: https://travis-ci.org/MicroPyramid/django-simple-pagination.svg?branch=master :target: https://travis-ci.org/MicroPyramid/django-simple-pagination
.. image:: https://img.shields.io/pypi/v/django-simple-pagination.svg :target: https://pypi.python.org/pypi/django-simple-pagination :alt: Latest Release
.. image:: https://coveralls.io/repos/github/MicroPyramid/django-simple-pagination/badge.svg?branch=master :target: https://coveralls.io/github/MicroPyramid/django-simple-pagination?branch=master
.. image:: https://landscape.io/github/MicroPyramid/django-simple-pagination/master/landscape.svg?style=flat :target: https://landscape.io/github/MicroPyramid/django-simple-pagination/master :alt: Code Health
.. image:: https://img.shields.io/github/license/micropyramid/django-simple-pagination.svg :target: https://pypi.python.org/pypi/django-simple-pagination/
Django Simple Pagination
_ is a simple Django app to for digg-style pagination with little effort.
Documentation is avaliable online
_, or in the docs
directory of the project.
Install 'Django-Simple-Pagination' using the following command::
pip install django-simple-pagination
Add simple_pagination
to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'simple_pagination', ]
In templates use {% load paginate %}
to load all pagination template tags
In templates use {% paginate no_of_records entities %}
to get pagination objects.
Here no_of_records means no of objects to display in a page and entities means the list of objects
In templates use {% show_pageitems %}
to get digg-style page links.
We welcome your feedback and support, raise github ticket
_ if you want to report a bug. Need new features? Contact us here
_
Visit our Django web development page Here
_
.. _contact us here: https://micropyramid.com/contact-us/ .. _avaliable online: http://django-simple-pagination.readthedocs.org/ .. _github ticket: https://github.com/MicroPyramid/django-simple-pagination/issues .. _Django Simple Pagination: https://micropyramid.com/oss/ .. _Here: https://micropyramid.com/django-development-services/
FAQs
A simple pagination app for Django.
We found that django-simple-pagination demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.