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 moreHow do I use python backend as a flutter?
Here are the steps you should follow:
Read moreCan Django be used for Flutter backend?
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