Tag

tips

Posts

Working With Custom Primary Key in Django Models

Working With Custom Primary Key in Django Models

2 min readRitij Jain

Usually, Django automatically adds an integer id field to every model, this acts as an auto-incrementing primary key for every object of the model. This means objects of this model can be accessed one…