Make max page size tunable

This commit is contained in:
Matthew Jones
2016-12-12 12:10:33 -05:00
parent 08edbb1b72
commit 349d497bb4
2 changed files with 3 additions and 1 deletions

View File

@@ -223,6 +223,7 @@ INSTALLED_APPS = (
INTERNAL_IPS = ('127.0.0.1',)
MAX_PAGE_SIZE = 200
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'awx.api.pagination.Pagination',
'PAGE_SIZE': 25,