1 # -*- encoding: utf-8 -*-
3 DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
5 DATABASE_USER = '' # Not used with sqlite3.
6 DATABASE_PASSWORD = '' # Not used with sqlite3.
7 DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
8 DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
13 AUTH_PASSWORD_REQUIRED = True