Commit 43fe7931 authored by John Red Medrano's avatar John Red Medrano

fixing conflict

parent 55a37042
......@@ -256,10 +256,8 @@ class BatchUploadViewSet(viewsets.ModelViewSet):
raise ParseError(
department_error
)
<<<<<<< HEAD
# user type authorization and user type per user
=======
else:
user_department = Department.objects.get(
name__icontains=keys['department']
......@@ -268,7 +266,6 @@ class BatchUploadViewSet(viewsets.ModelViewSet):
default_app = Application.objects.filter(
excel_code=keys['default_app']
).first()
>>>>>>> bd79850f02d697447131ae812adc4b42cf78960a
dept_code = Department.objects.get(
code=keys['Department_Code']
......
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