Re: Website is running in Django and also clients want to make the Mobile APP.

2018-11-23 Thread Yavin Aalto Arba
There's a django plugin to quickly recognize if the page is loaded from a mobile device and serve different templates accordingly: *https://djangopackages.org/packages/p/django-mobile/ * HOWEVER, I think a more simple and effective approach wou

Re: Website is running in Django and also clients want to make the Mobile APP.

2018-11-23 Thread Jani Tiainen
Hi, You can access Django site for example via RESTful API. On Fri, Nov 23, 2018 at 9:52 AM Pravin Yadav wrote: > Hello Everyone, > > Good Morning, > > I have created the website in Django + Python3. Website is running. > But I want to make the Mobile App. Can anyone guide me how will i work. >