Recently, I have become increasingly familiar with Django. I have a new project that I am working on that will be using Python for a desktop application. Is it possible to use t
I would suggest another ORM for a desktop application maybe SQLAlchemy or SQLObject.
It i possible to use the django ORM but I think other ORM are a better ones if you are going to use them standalone.