Re: Objects from webservices

2018-06-09 Thread Ryan Nowakowski
For rest based web services take a look at Django rest framework. On June 6, 2018 2:47:56 AM CDT, gypsymauro wrote: >Hi, > >I feel very good with django and its ORM, and for this reason I >wondering >if it's possible to "attach" a model to a webservice (SOAP or REST) >and writing some code to lo

Objects from webservices

2018-06-06 Thread gypsymauro
Hi, I feel very good with django and its ORM, and for this reason I wondering if it's possible to "attach" a model to a webservice (SOAP or REST) and writing some code to load and search objects trough this webservices instad of the DB, it's possible in any way or I've to change strategy? thank