what is on_delete=models.cascade 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.