Skip to content

Commit

Permalink
README changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolga Bilbey committed May 19, 2020
1 parent c4d8906 commit 09cf917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Fast Paginator for Django

Fast is a simple Django app to paginate Django Querysets. Core Django Paginator uses **LIMIT** and **OFFSET** when creating queries to execute. This application is not using **LIMIT** and **OFFSET**, so it gets faster results. If you have millions of entries in a table, then Django will make you wait a lot longer than this app!
Fast Paginator is a simple Django app to paginate Django Querysets. Core Django Paginator uses **LIMIT** and **OFFSET** when creating queries to execute. This application is not using **LIMIT** and **OFFSET**, so it gets faster results. If you have millions of entries in a table, then Django will make you wait a lot longer than this app!

## Quick Start

Expand Down

0 comments on commit 09cf917

Please sign in to comment.