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 Django be used for mobile apps?
Yes . Use the standard Android app tools and use Django to serve and process data through API requests.
Read moreCan Django be used for frontend?
Django is a collection of Python libs allowing you to quickly and efficiently create a quality Web application and is suitable for both frontend and backend .
Read moreCan Django be used with Flutter?
Yes, you can . Django would power the backend for your app (storing and retrieving data) via Django REST Framework (DRF for short). Flutter would create the actual app and communicate with the Django backend to fetch and store data.
Read more