Last active
April 20, 2019 16:57
Django db settings for Oralce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DATABASES = { | |
'default': { | |
'ENGINE': 'django.db.backends.oracle', | |
'NAME': 'MYORA', #the name for the entry in tnsnames.ora | |
'USER': '<username>', | |
'PASSWORD': '<password>', | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
its not working