you need to create apis for your web app. After that you can use that api to create android or ios app . You can also use webview from Android Api and to integrate your web app with Android App. You won’t be able to convert python django application into a native mobile application.
Read moreCan I use Python as backend for Android app?
Yes definitely . You can use any server technology that you need to serve as the backend for an Android app! Python is apparently best done with Django, a popular web framework for python.
Read more