From aeeae41cd78301d8f47cb0218bb48b685b337e22 Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Sat, 30 Mar 2013 14:02:13 +0100 Subject: [PATCH] Update buildout config to fix some issues Change the settings module and add eggs to the bin/django script path --- buildout.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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