Changes between Version 8 and Version 9 of Jsonrpc


Ignore:
Timestamp:
Jun 19, 2009, 3:19:09 AM (15 years ago)
Author:
lkcl
Comment:

mention alternative implementation at top of page

Legend:

Unmodified
Added
Removed
Modified
  • Jsonrpc

    v8 v9  
    22== '''JsonRpc''' ==
    33
    4 This is an easy-to-use implementation of a JSON-RPC handler for Django.
     4This is an easy-to-use implementation of a JSON-RPC handler for Django.  (A second alternative implementation which is even easier to use is also included, below)
    55
    66'''Features:'''
Back to Top