Django How to Add Foreignkey to Multiple Models
May 21, 2016
Test string1
Basically, how to make relation to more than one type of model, using one ForeignKey. (using contenttypes app and Generic Relations)
Suppose you have two models: Article and Post