mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Formatting fixes from the past round of checkins
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -6,8 +6,6 @@ __all__ = ('backend', 'connection', 'DatabaseError')
|
||||
|
||||
if not settings.DATABASE_ENGINE:
|
||||
settings.DATABASE_ENGINE = 'dummy'
|
||||
if not settings.DATABASE_OPTIONS:
|
||||
settings.DATABASE_OPTIONS = {}
|
||||
|
||||
try:
|
||||
backend = __import__('django.db.backends.%s.base' % settings.DATABASE_ENGINE, {}, {}, [''])
|
||||
|
||||
Reference in New Issue
Block a user