mirror of
https://github.com/pinry/pinry.git
synced 2025-11-18 02:40:40 +01:00
Fix: Should use image_by_id as image-field name / add pagination
This commit is contained in:
@@ -156,4 +156,6 @@ REST_FRAMEWORK = {
|
||||
'django_filters.rest_framework.DjangoFilterBackend',
|
||||
),
|
||||
'URL_FIELD_NAME': DRF_URL_FIELD_NAME,
|
||||
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
|
||||
'PAGE_SIZE': 50,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user