summaryrefslogtreecommitdiff
path: root/production.cfg
blob: e3ee886eaef2f118bdff9adee0a1b27c8f090d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[buildout]
parts = 
    django
eggs = 
    PIL
    South
    MySQL-python

[versions]
django = 1.3

[django]
recipe = djangorecipe
project = testapp 
settings = production
wsgi = true
wsgilog=wsgi.log
eggs =
    ${buildout:eggs}
extra-paths = 
    testapp