Our development database (MariaDB in this case) is on a server and the dev db instance is shared among multiple developers working on their local desktops. If we all run the Django tests (manage.py tests) at the same time, would there potentially be collisions where the local test runners would create/delete the same objects in the test db instance?
I'm assuming each developer is supposed to have their own local database so that they are testing in isolation before deploying changes to a server?
This is running on Django 1.11.