summaryrefslogtreecommitdiff
path: root/production.cfg
blob: e89b1269fa255bf3861c6b01244e54adada550c9 (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-crispy-forms
    reportlab
    MySQL-python
    
versions = versions

[versions]
django = 1.3

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