buildout.cfg
changeset 14 163235081173
parent 0 40c8f766c9b8
child 29 644cf0d39b25
--- a/buildout.cfg	Mon Nov 30 13:55:21 2009 +0100
+++ b/buildout.cfg	Thu Dec 03 10:48:08 2009 +0100
@@ -1,17 +1,15 @@
 [buildout]
+newest=false
 parts = 
+	django
 	python
-	django
-	eggs-dependencies
 	django-extensions
 develop = .
-eggs = comt
-	${eggs-dependencies:eggs}
 
 [python]
 recipe = zc.recipe.egg
 interpreter = python
-eggs = ${buildout:eggs}
+eggs = ${django:eggs}
 
 [django]
 recipe = djangorecipe
@@ -22,12 +20,9 @@
 wsgi = true # gen wsgi
 settings = settings
 #test = cm
-eggs = ${buildout:eggs}
-pythonpath = ${django-extensions:location}
-# is there a better way to reference comt/etc?
-	
-[eggs-dependencies]
-recipe = zc.recipe.egg:eggs
+pythonpath = src
+	src/cm
+	${django-extensions:location}
 eggs = 
 	django-flash
 	django-tagging
@@ -47,4 +42,4 @@
 [django-extensions]
 recipe=zerokspot.recipe.git
 repository=git://github.com/django-extensions/django-extensions.git
-#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c
+#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c
\ No newline at end of file