Skip to content

Access Remote MongoDB #224

Open
Open
@armsmani

Description

@armsmani

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions