Open
Description
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,
}
Metadata
Metadata
Assignees
Labels
No labels