The same uuid is generated for different objects in Django
When I run server on localhost I am able to add new objects in my postgre database through Django admin panel, but only one for every table. When I try to add second new object, it assigns the same uuid that has already been used. There is an example of model with uuid as primary key: