David Larlet is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

david / django-roa http://welldev.org/

Turn your models into remote resources that you can access through Django's ORM. ROA stands for Resource Oriented Architecture.

Clone this repository (size: 579.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/david/django-roa
hg clone ssh://hg@bitbucket.org/david/django-roa

django-roa / TODO

Tag
0.4
===============
django-roa todo
===============

Priority 1:
-----------

* Add a ROA_URL_OVERRIDES setting (same as ABSOLUTE_URL_OVERRIDES one)
* Use the latest version of restclient
* (Re)Try to avoid default remote manager definition


Priority 2:
-----------

* Handle Q filters
* Handle ManyToMany relations
* Improve test server for production
* Cascading changes/deletions
* Use ETags (performances)