Tweaks the "if mongodb isn't working" troubleshooting section
[mediagoblin.git] / buildout.cfg
1 [buildout]
2 develop = .
3 parts = mediagoblin make_user_dev_dirs
4
5 [mediagoblin]
6 recipe=zc.recipe.egg
7 interpreter=python
8 dependent-scripts = true
9 eggs=mediagoblin
10 entry-points =
11 nosetests=nose:run_exit
12 paster=paste.script.command:run
13
14
15 [make_user_dev_dirs]
16 recipe = mediagoblin:make_user_dev_dirs
17 path = user_dev