Increase default pagination to 40 entries per page.

This commit is contained in:
Roberto Rosario
2015-07-11 16:28:12 -04:00
parent 17d969dafe
commit e47c0c5eb5

View File

@@ -242,6 +242,7 @@ LOGIN_EXEMPT_URLS = (
)
# --------- Pagination ----------------
PAGINATION_INVALID_PAGE_RAISES_404 = True
PAGINATION_DEFAULT_PAGINATION = 40
# ---------- Search ------------------
SEARCH_SHOW_OBJECT_TYPE = False
# ---------- Django REST framework -----------