mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Add functions for checking size of paginated results
This commit is contained in:
@@ -24,7 +24,11 @@ MANAGERS = ADMINS
|
||||
|
||||
REST_FRAMEWORK = {
|
||||
'PAGINATE_BY': 10,
|
||||
'PAGINATE_BY_PARAM': 'page_size'
|
||||
'PAGINATE_BY_PARAM': 'page_size',
|
||||
'DEFAULT_AUTHENTICATION_CLASSES': (
|
||||
'rest_framework.authentication.BasicAuthentication',
|
||||
'rest_framework.authentication.SessionAuthentication',
|
||||
)
|
||||
}
|
||||
|
||||
DATABASES = {
|
||||
|
||||
Reference in New Issue
Block a user