commit: 35e83d9030bb9bdd6c81edae66036a7a3f323b74
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 16:11:15 2016 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 16:11:15 2016 +0000
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=35e83d90
update conf files database
python/gentoo_main/settings.py.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/gentoo_main/settings.py.conf
b/python/gentoo_main/settings.py.conf
index f6847ce..573d178 100644
--- a/python/gentoo_main/settings.py.conf
+++ b/python/gentoo_main/settings.py.conf
@@ -21,7 +21,7 @@ DATABASES = {
'HOST': '', # Set to empty string for localhost. Not used
with sqlite3.
'PORT': '', # Set to empty string for default.
Not used with sqlite3.
},
- 'zobcs': {
+ 'tbc': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2',
'mysql', 'sqlite3' or 'oracle'.
'NAME': 'tbc', # Or path to database file if
using sqlite3.
'USER': 'tbc', # Not used with sqlite3.