Skip to content

Commit

Permalink
Corrected bad example for DATABASES setting
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
spookylukey committed Dec 28, 2009
1 parent c38d66a commit 5957052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/settings.txt
Expand Up @@ -219,7 +219,7 @@ SQLite. This can be configured using the following::

DATABASES = {
'default': {
'BACKEND': 'django.db.backends.sqlite3',
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'mydatabase'
}
}
Expand Down

0 comments on commit 5957052

Please sign in to comment.