Django Projects as Desktop applications : how to?

Hamza picture Hamza · Aug 23, 2009 · Viewed 25.1k times · Source

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 :

Answer

Brian Gianforcaro picture Brian Gianforcaro · Aug 23, 2009

You might want to look into Appcelerator's (link) Titanium Desktop for developing web apps on the desktop.

It's fully cross platform, Linux, Mac OSX, Windows.

It's supports running Python, Ruby, and JavaScript code in your application all concurrently interacting with one anther in one application. It's pretty sweet.