Changes between Version 9 and Version 10 of Jsonrpc


Ignore:
Timestamp:
Jun 22, 2009, 1:30:23 PM (15 years ago)
Author:
lkcl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Jsonrpc

    v9 v10  
    22== '''JsonRpc''' ==
    33
    4 This 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)
     4This is an easy-to-use implementation of a JSON-RPC handler for Django.  (A second alternative implementation which is even easier to use - but has less configuration options - is also included, below)
    55
    66'''Features:'''
Back to Top