summaryrefslogtreecommitdiff
path: root/forums/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'forums/settings.py')
-rw-r--r--forums/settings.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/forums/settings.py b/forums/settings.py
index d793004..7b758e0 100644
--- a/forums/settings.py
+++ b/forums/settings.py
@@ -35,6 +35,15 @@ DATABASES = {
'HOST': '', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
'PORT': '', # Set to empty string for default.
},
+ 'cdeep': {
+ 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
+ 'NAME': 'CDEEP', # Or path to database file if using sqlite3.
+ # The following settings are not used with sqlite3:
+ 'USER': db_user,
+ 'PASSWORD': db_pass,
+ 'HOST': '', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
+ 'PORT': '', # Set to empty string for default.
+ },
}
# Hosts/domain names that are valid for this site; required if DEBUG is False
@@ -150,6 +159,7 @@ INSTALLED_APPS = (
'spoken_auth',
'compressor',
'debug_toolbar',
+ 'migrate_spoken',
)
# A sample logging configuration. The only tangible logging