Skip to content

Instantly share code, notes, and snippets.

@supersighs
Created November 6, 2009 03:26
Show Gist options
  • Save supersighs/227670 to your computer and use it in GitHub Desktop.
Save supersighs/227670 to your computer and use it in GitHub Desktop.
A buildout config with common crap I use.
[buildout]
parts =
PIL
django
python
eggs =
psycopg2
textile
simplejson
python-dateutil
python-memcached
[python]
recipe = zc.recipe.egg
interpreter = python
extra-paths = ${django:project}
eggs = ${django:eggs}
[django]
recipe = djangorecipe
version = 1.1.1
project = project
wsgi=true
settings=development
eggs =
${buildout:eggs}
PIL
[PIL]
recipe = zc.recipe.egg
egg = PIL==1.1.6
find-links = http://dist.repoze.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment