diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-03 22:10:31 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-03 22:10:31 +0000 |
commit | 5b53efb91e7884ab74cebd0c86cf21375081253c (patch) | |
tree | 311524ed896d74c83602a2e04dc179f5b3e659e0 /www/Makefile | |
parent | 01a919a30fb02213668094ab02cd5e55778d6da7 (diff) |
A simple JSON-RPC implementation for Django.
https://github.com/samuraisam/django-json-rpc
PR: ports/164731
Submitted by: John Hixson <john@ixsystems.com>
Notes
Notes:
svn path=/head/; revision=290362
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cad32fe16cd0..5c9d0396065e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1404,6 +1404,7 @@ SUBDIR += py-django-evolution SUBDIR += py-django-extensions SUBDIR += py-django-haystack + SUBDIR += py-django-json-rpc SUBDIR += py-django-keyedcache SUBDIR += py-django-livesettings SUBDIR += py-django-mptt |