Commit 763b20d0 authored by John Red Medrano's avatar John Red Medrano

added company and department name

parent 331e95cd
from rest_framework import serializers from rest_framework import serializers
from app.entities.models import AllowedCompany from app.entities.models import AllowedCompany
from django.forms.models import model_to_dict
class AllowedCompanySerializer(serializers.ModelSerializer): class AllowedCompanySerializer(serializers.ModelSerializer):
......
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