deploy-template.py @ a6653f5f6733

Yeah, there are going to be a bunch of tiny commits while I test out this Bird Feeder integration, sorry.
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Jan 2009 20:33:33 -0500
parents 3414a7b769ea
children bfa2c0882ce6
# Rename this to deploy.py when you've filled in everything.

DATABASE_ENGINE = ''
DATABASE_NAME = ''
DATABASE_USER = ''
DATABASE_PASSWORD = ''
DATABASE_HOST = ''
DATABASE_PORT = ''

DEBUG = False

# The longer the better.  Django automatically generates one for you when you 
# start a new project.
SECRET_KEY = ''

# Make sure it ends in a trailing slash! 
BASE_DIR = '/full/path/to/project/directory/'

# This is used for the Mint (http://haveamint.com/) Bird Feeder plugin hack.
FEEDER_PASSWORD = ''