mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-06 12:55:12 +02:00
feat: multi tenancy support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from rest_framework.pagination import PageNumberPagination
|
||||
|
||||
|
||||
class CustomPageNumberPagination(PageNumberPagination):
|
||||
page_size = 100
|
||||
page_size_query_param = "page_size"
|
||||
Reference in New Issue
Block a user