Re: Make mobile app from webapp

2019-01-07 Thread Brad Pitcher
The basic formula we've used in the past: 1. Decouple back- and front-end using API 2. Use django-bakery (https://django-bakery.readthedocs.io/en/latest/) to export the needed pages to HTML (requires the use of class-based views, which are actually really awesome) 3. Use Phonegap to wrap these HTML

Re: Make mobile app from webapp

2019-01-07 Thread maunish dave
Ya i have little experience of creating API using django rest framework On Mon 7 Jan, 2019, 11:42 PM Nebojsa Hajdukovic, wrote: > You need to create rest api from that app, and then to use in ionic, > flutter etc. > > Do you have experience with django rest framework? > > pon, 07. jan 2019. 19:1

Re: Make mobile app from webapp

2019-01-07 Thread Nebojsa Hajdukovic
You need to create rest api from that app, and then to use in ionic, flutter etc. Do you have experience with django rest framework? pon, 07. jan 2019. 19:10 maunish dave je napisao/la: > Hi i have a website built with django and now i want to make a mobile app > for it how to do it any suggest

Make mobile app from webapp

2019-01-07 Thread maunish dave
Hi i have a website built with django and now i want to make a mobile app for it how to do it any suggestions? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to dj