summaryrefslogtreecommitdiff
path: root/testapp/settings.py
diff options
context:
space:
mode:
authorprathamesh2014-06-06 15:20:45 +0530
committerprathamesh2014-06-06 15:20:45 +0530
commit77caf5d44ab14d56efd4acbc65a6dd2d78c1c1a6 (patch)
tree2279f7d4da3a84d83f3532a9d1fb7e2136e8e5a8 /testapp/settings.py
parentc5115d98867504076daacc093d09489033c6a584 (diff)
downloadonline_test-77caf5d44ab14d56efd4acbc65a6dd2d78c1c1a6.tar.gz
online_test-77caf5d44ab14d56efd4acbc65a6dd2d78c1c1a6.tar.bz2
online_test-77caf5d44ab14d56efd4acbc65a6dd2d78c1c1a6.zip
changes made as per comments.
Diffstat (limited to 'testapp/settings.py')
-rw-r--r--testapp/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/settings.py b/testapp/settings.py
index cc84095..f1ef0ba 100644
--- a/testapp/settings.py
+++ b/testapp/settings.py
@@ -49,7 +49,7 @@ DATABASES = {
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
},
- 'spoken' : {
+ 'spoken_tutorial' : {
'ENGINE' : 'django.db.backends.mysql',
'NAME' : 'YOUR DATABASE',
'USER' : 'YOUR USERNAME',