Django: custom serialization options?

后端 未结 3 773
自闭症患者
自闭症患者 2021-02-10 23:12

I\'m working on a Django-based web service and I\'m trying to figure out what the best way to do my serialization will be.

The tricky requirement, though, is that I\'d l

3条回答
  •  南笙
    南笙 (楼主)
    2021-02-10 23:55

    Have you looked at django-piston? It should have a bunch of stuff to make this easier.

    (Not sure about serialization specifically, but Django RESTy web services.)

提交回复
热议问题