# 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
DIRNAME = os.path.dirname(__file__)

SITE_NAME = 'Ghestalt'
SITE_BASE = ''
SITE_EMAIL = 'admin@localhost.net'
SITE_DOMAIN = ''

DATABASE_ENGINE = 'postgresql_psycopg2'           # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
DATABASE_NAME = 'ghestalt'             # Or path to database file if using sqlite3.
DATABASE_USER = 'ghestalt'             # Not used with sqlite3.
DATABASE_PASSWORD = 'ghestaltpass'         # Not used with sqlite3.
DATABASE_HOST = 'localhost'             # Set to empty string for localhost. Not used with sqlite3.
DATABASE_PORT = '5433'             # 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 = 'Asia/Jerusalem'

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