diff options
Diffstat (limited to 'testapp/settings.py')
-rw-r--r-- | testapp/settings.py | 2 |
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', |