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?