Posts on December 2011

Install and run Django like any other Mac app using DjangoApp
Posted on Wed 21 Dec 2011 under Web Development

DjangoApp (renamed as Portable Django) grew out of a need to package a Django project into a desktop application. Instead of embedding it within a desktop GUI program, my solution was to build a self-contained Python/Django environment that can be launched by a simple launcher app. I figured that this can be useful for development purposes as well as for learning. 

Read more...