Skip to content

Commit

Permalink
Added missing quote in contributing settings code
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
brosner committed Dec 22, 2009
1 parent d9568af commit 5e54f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/contributing.txt
Expand Up @@ -815,7 +815,7 @@ following is a minimal settings file that can be used to test SQLite::
}, },
'other': { 'other': {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.sqlite3',
'TEST_NAME: 'other_db' 'TEST_NAME': 'other_db'
} }
} }


Expand Down

0 comments on commit 5e54f6b

Please sign in to comment.