diff options
-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. |