django-roa seems to be the way to go if your service is RESTful http://bitbucket.org/david/django-roa/
Goulwen On Jun 23, 6:39 pm, Kusako <[email protected]> wrote: > Hi- > > I need to access an XMLRPC web service from the Django admin > interface. Basically what I need is some create forms that will send > data to the web service instead of storing to a database. > As I'm somewhat new to Django I'm wondering about the best way to > accomplish this. Should I just create custom views for the create > forms and link them to the admin site? Or is there a way to use > models, but instead of storing them in the database, send them to the > web service? > > Thanks for any help, > > -markus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

