Update buildout config to fix some issues

Change the settings module and add eggs to the bin/django script path
This commit is contained in:
Krzysztof Klimonda
2013-03-30 14:02:13 +01:00
parent 30c4aeaa9a
commit aeeae41cd7

View File

@@ -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