4
votes

I'm looking to integrate Django models into a SPA and would like to use a library like BreezeJS or JayData to manage my offline/online data on the client side. Both of those require OData. OData does not have much support on Python except for o-data py which really only supports GAE.

So, my question is... Is there some Javascript framework/library that generally works as good as BreezeJS to manage off-line data but that works well with Django/Python?

2

2 Answers

2
votes

Jaydata works with REST endpoints, I try to put together a sample today for you with python.

1
votes

Breeze should supposedly work with anything that talks over HTTP. At least that's what, Ward Bell, one of the people behind Breeze says in this video. You might have to write your own adapter however.