Django & Visual Studio

Hey, I’m wondering if you can make an app using Visual studio and Django might seem like a dumb question but I haven’t really seen any video about that. Also if you can, is there a framework you can use so you know how much space your working with. ( Trying to make an android app which will the be on ios ). Thankyou.

Django is a server-based framework for creating web sites, not a tool or environment for building client-side apps.
You can build a web site to be accessed by a mobile app, or you could build a mobile app that accesses data from a Django-powered site, but you wouldn’t build the mobile app itself using Django.