Changes between Version 48 and Version 49 of XML-RPC


Ignore:
Timestamp:
Apr 25, 2010, 6:56:58 PM (14 years ago)
Author:
owen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XML-RPC

    v48 v49  
    7373}}}
    7474
     75add the following to urls.py
     76
     77{{{
     78urlpatterns = patterns('',
     79    (r'^xml_rpc_srv$', 'your_path.rpc_handler'),
     80)
     81}}}
     82
    7583That's it!
    7684
Back to Top