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 django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to