Re: Django admin interface for Web service

2009-06-24 Thread Kusako
Thanks for the link. This looks pretty interesting. Unfortunately the service I have to access isn't RESTful, so it doesn't look like I can make of roa easily. -markus On Jun 24, 1:33 pm, nautilebleu wrote: > django-roa seems to be the way to go if your service is RESTful > > http://bitbucket.o

Re: Django admin interface for Web service

2009-06-24 Thread nautilebleu
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 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

Django admin interface for Web service

2009-06-23 Thread Kusako
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