6 lines
129 B
Python
6 lines
129 B
Python
|
from rest_framework_xml.renderers import XMLRenderer
|
||
|
|
||
|
|
||
|
class WechatPublicContentRenderer(XMLRenderer):
|
||
|
root_tag_name = 'xml'
|