production.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 14 Jan 2011 01:04:10 +0530
branchmadhu
changeset 388 580b1bbc4517
parent 7 f7a099ec1ac4
permissions -rw-r--r--
This branch is of no use too. Marking it as dead.

[buildout]
extends =
    buildout.cfg

eggs +=
    MySQL-python 

[django]
settings = production
eggs = ${buildout:eggs}