Message ID | 1306470094-16960-5-git-send-email-lmr@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/frontend/settings.py b/frontend/settings.py index 3ac7f80..79b2a70 100644 --- a/frontend/settings.py +++ b/frontend/settings.py @@ -15,7 +15,8 @@ ADMINS = ( MANAGERS = ADMINS -DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', +DATABASE_ENGINE = 'autotest_lib.frontend.db.backends.afe' + # 'postgresql_psycopg2', 'postgresql', # 'mysql', 'sqlite3' or 'ado_mssql'. DATABASE_PORT = '' # Set to empty string for default. # Not used with sqlite3.
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> --- frontend/settings.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)