python 3.x - Auto-create primary key used when not defining a primary key type warning in Django - Stack Overflow

PHOTO EMBED

Mon May 02 2022 23:26:41 GMT+0000 (Coordinated Universal Time)

Saved by @musikito #python

class Topic(models.Model):
    id = models.AutoField(primary_key=True)
    ...
content_copyCOPY

https://stackoverflow.com/questions/66971594/auto-create-primary-key-used-when-not-defining-a-primary-key-type-warning-in-dja