From 35e83d9030bb9bdd6c81edae66036a7a3f323b74 Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Wed, 17 Feb 2016 17:11:15 +0100 Subject: 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. -- cgit v1.2.3-65-gdbad