Files
Pinry/buildout.cfg
Krzysztof Klimonda aeeae41cd7 Update buildout config to fix some issues
Change the settings module and add eggs to the bin/django script path
2013-03-30 14:06:10 +01:00

23 lines
281 B
INI

[buildout]
parts =
python
django
develop = .
eggs = pinry
[versions]
django = 1.5
[django]
recipe = djangorecipe
settings = settings.development
project = pinry
eggs = ${buildout:eggs}
[python]
recipe = zc.recipe.egg
interpreter = py
eggs =
${buildout:eggs}
distribute