From patchwork Fri May 27 04:21:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Meneghel Rodrigues X-Patchwork-Id: 822832 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p4R4LsIQ028354 for ; Fri, 27 May 2011 04:21:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751641Ab1E0EVs (ORCPT ); Fri, 27 May 2011 00:21:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38769 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750777Ab1E0EVr (ORCPT ); Fri, 27 May 2011 00:21:47 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4R4LkrP010661 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 27 May 2011 00:21:46 -0400 Received: from justice.redhat.com (vpn-10-216.rdu.redhat.com [10.11.10.216]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p4R4LaMO004814; Fri, 27 May 2011 00:21:44 -0400 From: Lucas Meneghel Rodrigues To: autotest@test.kernel.org Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues Subject: [PATCH 4/6] Change web app to use new DB engine Date: Fri, 27 May 2011 01:21:32 -0300 Message-Id: <1306470094-16960-5-git-send-email-lmr@redhat.com> In-Reply-To: <1306470094-16960-1-git-send-email-lmr@redhat.com> References: <1306470094-16960-1-git-send-email-lmr@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 27 May 2011 04:21:55 +0000 (UTC) Signed-off-by: Lucas Meneghel Rodrigues --- 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.