# This file is used to store your site specific settings
# for database access.
#
# Modify this file to reflect your settings, then rename it to 
# local_settings.py
import os
import sys
sys.path = ['/home/raph/py2.4-include-gh'] + sys.path

ENABLE_MAIL = False

SITE_NAME = 'Ghestalt'
SITE_BASE = ''
SITE_EMAIL = '@'.join(['raph.levien', 'gmail.com'])
SITE_DOMAIN = ''

DATABASE_ENGINE = 'postgresql_psycopg2'           # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
DATABASE_NAME = 'myversion'             # Or path to database file if using sqlite3.
DATABASE_USER = 'raph'             # Not used with sqlite3.
#DATABASE_ENGINE = 'mysql'           # 'postgresql', 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'ado_mssql'.
#DATABASE_NAME = 'mirror'             # Or path to database file if using sqlite3.
#DATABASE_USER = 'root'             # Not used with sqlite3.
DATABASE_PASSWORD = ''         # Not used with sqlite3.
DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.
DATABASE_PORT = ''             # Set to empty string for default. Not used with sqlite3.

# Local time zone for this installation. All choices can be found here:
# http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
TIME_ZONE = 'America/Chicago'

SECRET_KEY = 'z*ms!k239!i+edg61$)!+fpbx+r3tua9=35n3p@9v&ggn#0$fl'
ENABLE_GEOIP = False

CC2LANG = {'IL' : 'he'}

