Feed on
Posts
Comments

Archive for the 'Development' Category

Update 25 May 2010 – This information is outdated. Please refer to this page on the XDA Developers forum:
http://forum.xda-developers.com/showthread.php?t=529062
Here are the steps to the how-to’s to get root access to your HTC Magic and load a custom ROM. I took me some time to find all the needed info to do the job. So I’m [...]

Last week I finished a Django project and needed to put the django app behind Apache. During the development in Django we used buildout. Buildout allows you to create a recipe to get the Django framework and dependencies on other python parts. It supports version pinning and allows you to download your dependencies thru pypi [...]