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: 560.7 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-roa

Changed (Δ0 bytes):

raw changeset »

setup.py (1 lines added, 1 lines removed)

Up to file-list setup.py:

@@ -10,7 +10,7 @@ except ImportError:
10
10
11
11
setup(
12
12
    name = 'django-roa',
13
    version = '1.3',
13
    version = '1.4',
14
14
    url = 'http://code.welldev.org/django-roa/wiki/Home',
15
15
	download_url = 'http://code.welldev.org/django-roa/downloads/',
16
16
    license = 'BSD',