You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly github issues aren't meant for support requests, they're here for reporting bugs with the software.
Your code sample doesn't have any obvious issues, my only thought would be that you're setting the values incorrectly. From the code above I'm assuming you've replaced the real values* with strings, if not then that could be your issue.
Are you getting any error messages?
* Please tell me you're not actually using root/root as the username password.
how to configure host, username and password in django settings. Because i wanna access remote mongodb.
I have access remote mongodb in local machine through shell but i can't able to connect through django settings.
'default' : {
'ENGINE' : 'django_mongodb_engine',
'NAME' : 'database_name',
'HOST': 'remote_server_ip',
'USER': 'root',
'PASSWORD': 'root',
'PORT': 27017,
}
The text was updated successfully, but these errors were encountered: