[zc.buildout]
wsgi = djangorecipebook.recipes.wsgi:Recipe
default = djangorecipebook.recipes.manage:Recipe
create = djangorecipebook.recipes.create:Recipe
manage = djangorecipebook.recipes.manage:Recipe
fcgi = djangorecipebook.recipes.fcgi:Recipe
test = djangorecipebook.recipes.test:Recipe

