Commit b89b537d authored by John Red Medrano's avatar John Red Medrano

Merge pull request #181 in RMS/api-main-service from red-develop to RMSv2

* commit '66721c3e':
  fixing
parents ec9c7d8b 66721c3e
...@@ -4,6 +4,7 @@ from app.applicationlayer.utils import (CustomPagination, ...@@ -4,6 +4,7 @@ from app.applicationlayer.utils import (CustomPagination,
from app.applicationlayer.management.account.serializer import ChangeRequestList from app.applicationlayer.management.account.serializer import ChangeRequestList
from app.entities import models from app.entities import models
from rest_framework.response import Response from rest_framework.response import Response
from django.db.models import Q
from rest_framework import status from rest_framework import status
......
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