Django Projects as Desktop applications : how to?

desktop, django

Solution

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.

Problem

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 tutorials : - Deploying a Django app on the desktop - Django application as a stand-alone desktop application

Original source