What is the best approach to change primary keys in an existing Django app?
I have an application which is in BETA mode. The model of this app has some classes with an explicit primary_key. As a consequence Django use the fields and doesn’t create an id automatically.