aboutsummaryrefslogtreecommitdiff
blob: 627ce469680d120801ea83ea77e49a467823b06c (plain)
1
2
3
4
5
6
7
8
DATABASE_ENGINE = 'postgresql_psycopg2'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_NAME = 'collagen'             # Or path to database file if using sqlite3.
DATABASE_USER = 'username'             # Not used with sqlite3.
DATABASE_PASSWORD = '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.
INSTALLED_APPS = ('collagen.matchbox.db.main')