File: buildout.cfg

package info (click to toggle)
python-django-piston 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 540 kB
  • ctags: 883
  • sloc: python: 3,013; xml: 33; sh: 23; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 397 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
23
24
[buildout]
parts = django-1.1 django-1.0
develop = ..
eggs = 
  django-piston
  pyyaml

[django-1.1]
recipe = djangorecipe
version = 1.1
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