manage program editors
This commit is contained in:
		@ -254,4 +254,8 @@ WSGI_APPLICATION = "instance.wsgi.application"
 | 
			
		||||
LOGOUT_REDIRECT_URL = "/"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
REST_FRAMEWORK = {"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.LimitOffsetPagination", "PAGE_SIZE": 50}
 | 
			
		||||
REST_FRAMEWORK = {
 | 
			
		||||
    "DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.LimitOffsetPagination",
 | 
			
		||||
    "PAGE_SIZE": 50,
 | 
			
		||||
    "DEFAULT_FILTER_BACKENDS": ["django_filters.rest_framework.DjangoFilterBackend"],
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user