Django ORM for desktop application

前端 未结 7 1673
南笙
南笙 2021-02-19 18:10

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

7条回答
  •  心在旅途
    2021-02-19 19:07

    The Django people are sensible people with a philosophy of decoupling things. So yes, in theory you should be perfectly able to use Django's ORM in a standalone application.

    Here's one guide I found: Django ORM as a standalone component.

提交回复
热议问题