Commit e0ecfb86 authored by Gladys Forte's avatar Gladys Forte

dev debug=True

parent 6b645403
......@@ -14,7 +14,7 @@ class BranchViewSet(viewsets.ModelViewSet):
lookup_field = 'id'
# pagination.PageNumberPagination.page_size = 100
pagination_class.page_size = 100
def list(self, request, *args, **kwargs):
queryset = self.filter_queryset(self.get_queryset())
......
from .base import *
import configparser
DEBUG = False
DEBUG = True
ALLOWED_HOSTS = ['*']
# CORS_ORIGIN_ALLOW_ALL = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment