summaryrefslogtreecommitdiff
path: root/production.cfg
blob: 578b60c4d2b897b517cd9402e1fe56acc439f0fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[buildout]
parts = 
    django
eggs = 
    South
    django-debug-toolbar
    PIL
    psycopg2
    django-taggit

versions = versions
[versions]
django = 1.3

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