deploy-template.py @ 304d881c8458

Fix the formatting of inline code snippets in list items.
author Steve Losh <steve@stevelosh.com>
date Mon, 01 Jun 2009 21:51:26 -0400
parents 0b0276b6360b
children afec18ea1700
# 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 = ''

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

AKISMET_API_KEY = ''