on_delete models cascade in django meaning code example
Example: on_delete=models.cascade
on_delete=models.CASCADE will delete anything created by the admin if
the admin user is deleted.
on_delete=models.CASCADE will delete anything created by the admin if
the admin user is deleted.