Yes you can . I assume your mobile app will be using JSON as the data structure for talking with the API, therefore you may easily build such API. Flask is small and easy to work with and for sure you can make it happen.
Read moreCan you make Android app with Django?
Yes, this is something people do all the time. You can use something like Tastypie or Django REST Framework to create a REST API for your server side application, and access this via HTTPS calls from your mobile app.
Read moreDoes Django work on Android?
You can write your code in DroidEdit, run the django development server in an Android terminal through ssh to localhost, and test your app right there in the browser on Android .
Read moreDoes Django work on mobile?
Short answer: Yes, Django would be a perfectly suitable choice for a mobile application backend .
Read moreIs Django good for apps?
Django’s computational and statistical capabilities make it the ideal platform for machine learning applications . Enterprises are exploiting the power of Django for web development in their applications. Django provides regression and prediction capabilities, enabling intelligent application development.23 Tem 2020
Read moreCan I create app using Django?
Overview
Read moreIs Django good for mobile apps?
Yes . Use the Django Rest Framework to serve as the backend for something like React Native. Build a traditional website for mobile and then run it through a tool like PhoneGap. Use the standard Android app tools and use Django to serve and process data through API requests.
Read more