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.26 Şub 2019
Read moreCan I build mobile app with Django?
Yes . Use the standard Android app tools and use Django to serve and process data through API requests.
Read moreCan we 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.
Read moreCan Django be used with angular?
A point to remember here is that in order to work with Angular, on the Django part we’ll create a home URL as defined below on line 9 and the other URLs will be the REST API which the Angular part will use to connect to Django.
Read moreCan I use Flutter for backend?
Now, your Flutter app can enjoy all the functions and features of a Backendless backend on both web and mobile . Flutter is a popular frontend development framework from Google that enables developers to build beautiful frontends for any screen.
Read moreCan we use Django for Android Apps?
Short answer: Yes, Django would be a perfectly suitable choice for a mobile application backend .
Read moreHow do I use Python backend for flutter?
Here are the steps you should follow:
Read more