Changes between Version 9 and Version 10 of XML-RPC
- Timestamp:
- Feb 2, 2007, 2:14:32 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XML-RPC
v9 v10 14 14 15 15 {{{ 16 #!python 16 17 urlpatterns = patterns('', 17 18 # XML-RPC … … 25 26 26 27 {{{ 28 #!python 27 29 # Patchless XMLRPC Service for Django 28 30 # Kind of hacky, and stolen from Crast on irc.freenode.net:#django … … 72 74 73 75 response.write("</ul>") 74 response.write('<a href="http://www.djangoproject.com/"> <img src="http://media.djangoproject.com/img/badges/djangomade124x25_grey.gif" border="0" alt="Made with Django." title="Made with Django."></a>')76 response.write('<a href="http://www.djangoproject.com/"> <img src="http://media.djangoproject.com/img/badges/djangomade124x25_grey.gif" border="0" alt="Made with Django." title="Made with Django."></a>') 75 77 76 78 response['Content-length'] = str(len(response.content)) … … 98 100 99 101 {{{ 102 #!python 100 103 import sys 101 104 import xmlrpclib