diff options
author | Magnus Granberg <zorry@gentoo.org> | 2016-02-17 17:11:15 +0100 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2016-02-17 17:11:15 +0100 |
commit | 35e83d9030bb9bdd6c81edae66036a7a3f323b74 (patch) | |
tree | 4ac6e2fd8ef414bd627ec3be3359cb8620f74de0 | |
parent | update conf files (diff) | |
download | tinderbox-cluster-www-35e83d9030bb9bdd6c81edae66036a7a3f323b74.tar.gz tinderbox-cluster-www-35e83d9030bb9bdd6c81edae66036a7a3f323b74.tar.bz2 tinderbox-cluster-www-35e83d9030bb9bdd6c81edae66036a7a3f323b74.zip |
update conf files database
-rw-r--r-- | python/gentoo_main/settings.py.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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. |