You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
281 B

  1. [buildout]
  2. parts =
  3. python
  4. django
  5. develop = .
  6. eggs = pinry
  7. [versions]
  8. django = 1.5
  9. [django]
  10. recipe = djangorecipe
  11. settings = settings.development
  12. project = pinry
  13. eggs = ${buildout:eggs}
  14. [python]
  15. recipe = zc.recipe.egg
  16. interpreter = py
  17. eggs =
  18. ${buildout:eggs}
  19. distribute