2

Is there an existing library to generate CSDL documents (optionally wrapped in EDMX) from Django models? The end goal is for use in an OData provider.

CSDL: http://www.odata.org/media/30002/OData%20CSDL%20Definition.html#csdl12.1

Example: http://msdn.microsoft.com/en-us/library/dd541140(v=prot.10).aspx

Steve Bennett
  • 114,604
  • 39
  • 168
  • 219

1 Answers1

1

This is probably not much help to you now, but for posterity, you could look at the Pyslet Odata2 Python module. The author discusses using it with Django here

Che Bizarro
  • 136
  • 10