Method Summary
- The method summary displays docstrings, signatures, and names from methods
marked with the @rpcmethod
decorator.
- The method summary allows testing of methods via JSONRPC
unless it is disabled by RPC4DJANGO_RESTRICT_RPCTEST
- The summary is served from a template
rpc4django/rpcmethod_summary.html and can be customized in a similar way
to the django admin.
- The method summary supports reST in docstrings if the docutils library
is installed. Plain text is used otherwise. ReST warnings and errors are not
reported in the output.
- The method summary can be completely disabled with
RPC4DJANGO_RESTRICT_METHOD_SUMMARY