Skip to content

Instantly share code, notes, and snippets.

@xen
Created June 25, 2011 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xen/1046327 to your computer and use it in GitHub Desktop.
Save xen/1046327 to your computer and use it in GitHub Desktop.
[buildout]
parts =
python
django
eggs =
[python]
recipe = zc.recipe.egg
interpreter = py
eggs = ${buildout:eggs}
[django]
recipe = djangorecipe
settings = development
project = mysite
wsgi = true
eggs =
${buildout:eggs}
python2.6 <(curl http://python-distribute.org/bootstrap.py) --distribute
bin/buildout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment