Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- frontend/settings.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 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. -- 1.7.5.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html