You can use APIs to send data from android app to Django server. Android lib https://square.github.io/retrofit/ to connect to server.
Read moreCan I build Android app with Django?
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 more