buildout.cfg
changeset 287 fc5ed157ebfe
parent 29 644cf0d39b25
child 295 7c40b98f627f
--- a/buildout.cfg	Fri Jun 11 11:04:23 2010 +0200
+++ b/buildout.cfg	Fri Jul 09 10:05:29 2010 +0200
@@ -4,6 +4,8 @@
 	django
 	python
 	django-extensions
+	django-piston
+	omelette
 develop = .
 
 [python]
@@ -23,11 +25,13 @@
 pythonpath = src
 	src/cm
 	${django-extensions:location}
+	${django-piston:location}
 eggs = 
 	django-flash
 	django-tagging
+#	django-piston
 #	django-css	
-	chardet
+#	chardet
 	feedparser
 	PIL
 	BeautifulSoup
@@ -43,4 +47,12 @@
 [django-extensions]
 recipe=zerokspot.recipe.git
 repository=git://github.com/django-extensions/django-extensions.git
-#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c
\ No newline at end of file
+#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c
+
+[django-piston]
+recipe = mercurialrecipe
+repository = http://bitbucket.org/jespern/django-piston
+
+[omelette]
+recipe = collective.recipe.omelette
+eggs = ${django:eggs}
\ No newline at end of file