7 lines
126 B
Python
7 lines
126 B
Python
|
from rest_framework_xml.parsers import XMLParser
|
||
|
|
||
|
|
||
|
class WechatContentParser(XMLParser):
|
||
|
media_type = 'text/xml'
|
||
|
pass
|