|
|
|
@ -63,7 +63,7 @@ class ApiConfig(AppConfig):
@@ -63,7 +63,7 @@ class ApiConfig(AppConfig):
|
|
|
|
|
# 'rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly' |
|
|
|
|
# ], |
|
|
|
|
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination', |
|
|
|
|
'PAGE_SIZE': 10 |
|
|
|
|
'PAGE_SIZE': 20 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if not hasattr(settings, 'SIMPLE_JWT'): |
|
|
|
|