Commit 4f94a74d authored by John Red Medrano's avatar John Red Medrano

test

parent 328a825e
......@@ -15,6 +15,8 @@ from app.applicationlayer.cms.template.stakeholder.serializers import ChangeRequ
class ChangeRequestTemplateAttachmentsSerializer(
serializers.ModelSerializer
):
file_upload = serializers.URLField(allow_blank=True)
def to_representation(self, instance):
try:
ret = super().to_representation(instance)
......
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