Short answer: Yes, Django would be a perfectly suitable choice for a mobile application backend . Django has a large community, and often is considered to be “batteries included” – that is, it includes a lot of the features that you may want, and the configuration of what parts you want to use is up to you.
Read moreCan Web app be converted to mobile app?
In fact, if you already have your own web application, you can convert it with the Cordova framework to get a mobile app.
Read moreHow do you turn a website into an android app?
How to Convert Any Website to Android App in Android Studio?
Read moreHow do you turn a website into an android app?
How to Convert Any Website to Android App in Android Studio?
Read moreCan I convert django website to Android app?
You won’t be able to convert python django application into a native mobile application . For web application, both the client side and server side code is rendered through web browser.13 Ara 2018
Read moreCan I convert django website to Android app?
You won’t be able to convert python django application into a native mobile application . For web application, both the client side and server side code is rendered through web browser.13 Ara 2018
Read moreCan I develop Android app using django?
You can use APIs to send data from android app to Django server . Android lib https://square.github.io/retrofit/ to connect to server. Flow will be: Call APis from Android App to Django server.
Read more