We would like to have a OData JSON interface on our Django (Python 2.5.4) website. At the moment of writing there seems to be no library available.
I'm thinking of writing "some" logic to handle this ourselves.
- Would it be a good idea to extend the Django JSON serializer?
- Where and how to store the URI's related to the models?