Skip to content

Instantly share code, notes, and snippets.

@cheow-thianliang
Last active April 20, 2019 16:57
Django db settings for Oralce
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.oracle',
'NAME': 'MYORA', #the name for the entry in tnsnames.ora
'USER': '<username>',
'PASSWORD': '<password>',
}
}
@surajnirala350
Copy link

its not working

@surajnirala350
Copy link

its not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment