Desktop and mobile app

Hello, I would like to create a web and mobile application using python and django, and then publish it in play store. I don’t want the mobile version to be native, but a responsive version of the desktop version, can this be done only using django and python?

I have read that to do this I should use Django Rest Framework for the mobile application to communicate with the backend data, is this approach correct and is there any other technology needed?

1 Like

If you want the app to be installable from the play store / app store, you probably can get something going with PWA (Progressive web apps). I myself never had worked with it, so i can’t provide you any guidance upon this topic.
On my job we use react native with expo, here we don’t use the app for the web as well, but that can be achived with expo-web as well.