According to djongo docs it uses the same parameters as pymongo, try changing the client to:
"CLIENT": {
"uri": "mongodb+srv://my_db_user_name:my_db_password@cluster0.k1xw6gs.mongodb.net/my_db_name?retryWrites=true&w=majority"
}
According to djongo docs it uses the same parameters as pymongo, try changing the client to:
"CLIENT": {
"uri": "mongodb+srv://my_db_user_name:my_db_password@cluster0.k1xw6gs.mongodb.net/my_db_name?retryWrites=true&w=majority"
}