File: buildout.cfg

package info (click to toggle)
python-django-piston 0.2.2-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 388 kB
  • ctags: 598
  • sloc: python: 2,319; xml: 33; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[buildout]
parts = django-1.1 django-1.0
develop = ..
eggs = django-piston

[django-1.1]
recipe = djangorecipe
version = trunk
project = test_project
settings = settings
test = testapp
eggs = ${buildout:eggs}
testrunner = test-1.1

[django-1.0]
recipe = djangorecipe
version = 1.0.2
project = test_project
settings = settings
test = testapp
eggs = ${buildout:eggs}
testrunner = test-1.0