Kaydet (Commit) 5e54f6b2 authored tarafından Brian Rosner's avatar Brian Rosner

Added missing quote in contributing settings code

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst d9568af9
......@@ -815,7 +815,7 @@ following is a minimal settings file that can be used to test SQLite::
},
'other': {
'ENGINE': 'django.db.backends.sqlite3',
'TEST_NAME: 'other_db'
'TEST_NAME': 'other_db'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment