myles / django-basic-tumblelog

Django Basic Tumblelog application

django-basic-tumblelog / buildout.cfg
100644 18 lines (16 sloc) 0.308 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[buildout]
parts = python django
develop = .
eggs = django-basic-tumblelog
 
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
 
[django]
recipe = djangorecipe
version = 1.0.2
project = tumblelog
projectegg = tumblelog
settings = testsettings
test = tumblelog
eggs = ${buildout:eggs}