diff --git a/buildout.cfg b/buildout.cfg index fbd0b37..31970d1 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -10,8 +10,9 @@ django = 1.5 [django] recipe = djangorecipe -settings = development +settings = settings.development project = pinry +eggs = ${buildout:eggs} [python] recipe = zc.recipe.egg