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.1
===============
django-roa todo
===============

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

* Handle ForeignKey relations (top priority, required for admin auth)
* Finish remoteauth application
* Improve documentation
* Write more specs
* Support XML serialization


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

* Handle Q filters
* Handle ManyToMany relations
* Improve test server for production
* Cascading changes/deletions
* Improve debugging