DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.oracle',
        'NAME': 'MYORA',  #the name for the entry in tnsnames.ora
        'USER': '<username>',
        'PASSWORD': '<password>',
    }
}