Re: What it takes to bring web application to a mobile app

2021-12-28 Thread Ram
Thank you all for your replies. Best regards, ~Ram On Wed, Oct 20, 2021 at 9:07 AM Lalit Suthar wrote: > you can create apis with django-rest-framework and then can use them at > all the backends for web and mobile. > > On Wed, 20 Oct 2021 at 12:58, Stijn Verholen wrote: > >> :D >> On 19/10/20

Re: What it takes to bring web application to a mobile app

2021-10-20 Thread Lalit Suthar
you can create apis with django-rest-framework and then can use them at all the backends for web and mobile. On Wed, 20 Oct 2021 at 12:58, Stijn Verholen wrote: > :D > On 19/10/2021 17:28, Planet X wrote: > > Hey there all all you Mind-blowing people > i am new in django i am trying to set my vi

Re: What it takes to bring web application to a mobile app

2021-10-20 Thread Stijn Verholen
:D On 19/10/2021 17:28, Planet X wrote: Hey there all all you Mind-blowing people i am new in django i am trying to set my view and urls of app and project i tried lots of time it showing errors please help me out to do i want to learn with the help of your On Tuesday, October 19, 2021 at 2:

Re: What it takes to bring web application to a mobile app

2021-10-19 Thread Planet X
Hey there all all you Mind-blowing people i am new in django i am trying to set my view and urls of app and project i tried lots of time it showing errors please help me out to do i want to learn with the help of your On Tuesday, October 19, 2021 at 2:31:53 PM UTC+5:30 ram.mu...@gmail.com wrot

What it takes to bring web application to a mobile app

2021-10-19 Thread Ram Mullapudi
Hi, We are planning to create a mobile app for our e-commerce web application that is being developed on DJango, Python, VUE Js and we need to keep both mobile and web interfaces but data should be synced seamlessly. Also we don’t want responsive design web app in mobile view. Best regards,