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

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