Re: Microservice with django

2019-11-09 Thread Parth Joshi
egroups.com <mailto:django-users@googlegroups.com> > [mailto:django-users@googlegroups.com <mailto:django-users@googlegroups.com>] > Em nome de Salim Kachemela > Enviada em: sexta-feira, 8 de novembro de 2019 15:04 > Para: django-users@googlegroups.com <mailto:django-use

Re: Microservice with django

2019-11-09 Thread Integr@te System
t; >>>> >>>> >>>> Rgds, >>>> >>>> _ >>>> >>>> Murilo Gigliotti, >>>> >>>> *[image: Odoo icone2] Odoo Business Partner* >>>> >>>> Mais info

Re: Microservice with django

2019-11-09 Thread Uzama Zaid Mohammed Jaward
>>> >>> _ >>> >>> Murilo Gigliotti, >>> >>> *[image: Odoo icone2] Odoo Business Partner* >>> >>> Mais informações visite http://www.gigliottitech.com.br/ >>> >>> >>> >

Re: Microservice with django

2019-11-09 Thread Shaheed Haque
o-users@googlegroups.com] >> *Em nome de *Salim Kachemela >> *Enviada em:* sexta-feira, 8 de novembro de 2019 15:04 >> *Para:* django-users@googlegroups.com >> *Assunto:* Re: Microservice with django >> >> >> >> I was wondering the same

Re: Microservice with django

2019-11-08 Thread salimon jamiu olashile
e http://www.gigliottitech.com.br/ > > > > *De:* django-users@googlegroups.com [mailto:django-users@googlegroups.com] > *Em nome de *Salim Kachemela > *Enviada em:* sexta-feira, 8 de novembro de 2019 15:04 > *Para:* django-users@googlegroups.com > *Assunto:* Re: Microservice wi

Re: Microservice with django

2019-11-08 Thread Nick Sarbicki
r* >> >> Mais informações visite http://www.gigliottitech.com.br/ >> >> >> >> *De:* django-users@googlegroups.com [mailto:django-users@googlegroups.com] >> *Em nome de *Salim Kachemela >> *Enviada em:* sexta-feira, 8 de novembro de 2019 15:04 >&

Re: Microservice with django

2019-11-08 Thread Ing.Daniel Bojorge
e2] Odoo Business Partner* > > Mais informações visite http://www.gigliottitech.com.br/ > > > > *De:* django-users@googlegroups.com [mailto:django-users@googlegroups.com] > *Em nome de *Salim Kachemela > *Enviada em:* sexta-feira, 8 de novembro de 2019 15:04 > *Para:* django-users

RES: Microservice with django

2019-11-08 Thread Murilo A. Gigliotti
nome de Salim Kachemela Enviada em: sexta-feira, 8 de novembro de 2019 15:04 Para: django-users@googlegroups.com Assunto: Re: Microservice with django I was wondering the same thing On Fri, 8 Nov 2019, 20:15 salimon jamiu olashile, wrote: Hello all, How can I build a Django project/app

Re: Microservice with django

2019-11-08 Thread Salim Kachemela
I was wondering the same thing On Fri, 8 Nov 2019, 20:15 salimon jamiu olashile, wrote: > Hello all, > > How can I build a Django project/app that follow the microservice > architecture? > > Looking to be pointed in the right direction. > > Best regards. > > > > > -- > You received this message

Microservice with django

2019-11-08 Thread salimon jamiu olashile
Hello all, How can I build a Django project/app that follow the microservice architecture? Looking to be pointed in the right direction. Best regards. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Newbie - Microservice in Django - Best place to start learning

2018-02-02 Thread Paul Tiplady
: > > Hi, > > I have created 2 example websites in Django i.e. Voting and event booking > systems. > I want to learn to create microservice in Django. I took below example for > it. > > Service will > 1. take data from UI (it will send it in JSON format), > 2.

Newbie - Microservice in Django - Best place to start learning

2018-02-01 Thread pratibha sharma
Hi, I have created 2 example websites in Django i.e. Voting and event booking systems. I want to learn to create microservice in Django. I took below example for it. Service will 1. take data from UI (it will send it in JSON format), 2. store data in DB(MySQL) 3. Send Data to a device