development.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 11 Dec 2010 17:31:35 +0530
changeset 365 9fb175da83a5
parent 342 21dc37050a37
permissions -rw-r--r--
Add ordering for names on the CSV list.

[buildout]
extends = buildout.cfg

eggs += pysqlite

[django]
settings = development
eggs = 
    ${buildout:eggs}
    ${reportlab:eggs}