Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 696 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 696 Bytes

django-py2app-demo

An example of a Django py2app bundle.

Roughly based off of a few examples I found online, including

and a few others.

At the moment, I think it does not work if you double-click the application to launch it. Instead, I would recommend opening it via command line:

open dist/demosite.app/Contents/MacOS/demosite

I did solve this in production, but I cannot remember how exactly. I believe I did it by using django-supervisor.