Django buildout with Apache mod_python
Posted in Development, Django, Python on May 4th, 2009 No Comments »
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 [...]