Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tinderbox-cluster-www:master commit in: python/gentoo_main/
Date: Wed, 17 Feb 2016 16:10:33
Message-Id: 1455725475.35e83d9030bb9bdd6c81edae66036a7a3f323b74.zorry@gentoo
1 commit: 35e83d9030bb9bdd6c81edae66036a7a3f323b74
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 17 16:11:15 2016 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 16:11:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=35e83d90
7
8 update conf files database
9
10 python/gentoo_main/settings.py.conf | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/python/gentoo_main/settings.py.conf b/python/gentoo_main/settings.py.conf
14 index f6847ce..573d178 100644
15 --- a/python/gentoo_main/settings.py.conf
16 +++ b/python/gentoo_main/settings.py.conf
17 @@ -21,7 +21,7 @@ DATABASES = {
18 'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
19 'PORT': '', # Set to empty string for default. Not used with sqlite3.
20 },
21 - 'zobcs': {
22 + 'tbc': {
23 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
24 'NAME': 'tbc', # Or path to database file if using sqlite3.
25 'USER': 'tbc', # Not used with sqlite3.