Is it possible to convert my django website to a mobile app using python kyvi

Is it possible to convert my python django webapp project into a mobile app?
and if so, which is the best framework to use.

You want to serve web pages from your mobile phone?

Or are you really looking to access a Django web app from your phone?

Django runs on a server, not on the client. Your phone can access a Django web application just like any other browser.

I have a django project which i know i can access on my mobile device.
But then i want to convert the entire web project into a mobile app project. is that possible and if so how can i go about it

Again, what precisely do you mean by this? Do you want to serve web pages from your mobile phone, or are you still talking about accessing some web server somewhere else?

So i have this school project i was working on, the project is a website but then i am required to develop an application of that same project. so i already have a completes website project but then i need to develop an application.
Hence my question if theres a way i can convert it rather than starting the entire process of developing an application

No, there’s no way to do that.

1 Like