Django Projects as Desktop applications : how to?

后端 未结 3 2131
灰色年华
灰色年华 2020-12-12 16:44

How to make Django projects packaged as desktop applications? I found some tutorials, but is there any solution as DjangoKit , for Linux and Windows?

List of related

3条回答
  •  生来不讨喜
    2020-12-12 17:06

    This project started when I needed to distribute a self contained user installable Windows demo of a Django application

    dbuilder.py

    Edit: Another alternative is Super Zippy, it takes a Python package and its pure Python dependencies and transforms them all into a single executable file.

提交回复
热议问题