doableware / djongo

Django and MongoDB database connector
https://www.djongomapper.com
GNU Affero General Public License v3.0
1.86k stars 352 forks source link

Fix bug on parallel tests if mongodb is not on localhost #605

Closed florealcab closed 2 years ago

florealcab commented 2 years ago

Allow mongodb to be not at localhost (example: in a docker container) for parallel tests

Fix #538