Auto filling polymorphic table on save or on delete in django
- by Mo J. Mughrabi
Hi,
Am working on an project in which I made an app "core" it will contain some of the reused models across my projects, most of those are polymorphic models (Generic content types) and will be linked to different models.
Example below am trying to create audit model and will be linked to several models which may require auditing.
This is the…