From 77caf5d44ab14d56efd4acbc65a6dd2d78c1c1a6 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 6 Jun 2014 15:20:45 +0530 Subject: changes made as per comments. --- testapp/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapp/settings.py') 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', -- cgit