Make mobile app from webapp

23 views
Skip to first unread message

maunish dave

unread,
Jan 7, 2019, 1:11:08 PM1/7/19
to django...@googlegroups.com
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?

Nebojsa Hajdukovic

unread,
Jan 7, 2019, 1:12:54 PM1/7/19
to django...@googlegroups.com
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 <davemau...@gmail.com> 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 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 django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALpJ3uLaDOHgjeuM8dez0hKxZ2M%2BwJn7DhzkbX8hf0GV1mqKOw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

maunish dave

unread,
Jan 7, 2019, 1:15:44 PM1/7/19
to django...@googlegroups.com
Ya i have little experience of creating API using django rest framework

Brad Pitcher

unread,
Jan 7, 2019, 5:11:43 PM1/7/19
to django...@googlegroups.com
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 pages into an app

Steps 2 and 3 are build steps, the HTML should not be edited or checked in to source control.

Reply all
Reply to author
Forward
0 new messages