A Deep Dive into Django Foreign Keys
The effect of Foreign keys cannot be overemphasized. In Django-ORM, use the Foreign key if you want to map the Many to One relationship, for example, an agent to handle many projects in a table. Foreign keys are also used as referenced keys with an i...
blaismart.hashnode.dev2 min read