You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
category = models.ForeignKey(Category, on_delete=models.PROTECT, default=1) # on_delete=models.PROTECT means that if a category is deleted, all the menu items in that category will be protected from deletion.