#!/usr/bin/env python # -*- coding:utf8 -*- # Copyright (C) 2012 FinalsClub Foundation """ DO NOT modify this file directly, instead copy it to db_settings.py and modify that file. DO NOT check db_settings.py into source control. """ PROD_DB_NAME = 'DB_NAME' PROD_DB_USERNAME = 'DB_USER_NAME' PROD_DB_PASSWORD = 'PASSWD'