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

removed prints

parent c8859f7c
......@@ -92,12 +92,10 @@ class UserManagementRetreiveSerializer(serializers.ModelSerializer):
'create_template': "create_change_request_template=True",
}
).filter(id_number=user.code).values('create_form', "create_template")
# print(test.count())
if test.count() >= 1:
return {**test.values("create_form","create_template")[0]}
else:
print('dddd')
return {
"create_form": False,
"create_template": False
......
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