Created
March 30, 2019 17:51
-
-
Save pranavcode/a1c04ccaafa1cb4b9d2c6ff647b412b2 to your computer and use it in GitHub Desktop.
Velotio - HashiCorp Consul Part 2 - Django configuration settings for connecting local MongoDB instance using Djongo
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': 'djongo', | |
'NAME': 'db', | |
} | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment