|
|
|
|
|
by ringofchaos
853 days ago
|
|
Web app is possible with Django but creating mobile version will be challenging as options are not much. Your best option is to create backend api with python frameworks like Django Rest Frameworks or FastAPI. Frontend can be React which can be used for both web and mobile using React Native. I had previous experience in python but had to learn React to handle similar requirements. It's always best to use the right tool for right job. I am actually satisfied that I went this route, added new skills and possibilities |
|