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
There's really no reason to have two separate vote models, given that they hold the same information. We can merge these into a single Vote model which is tied to either parent model using Django's contenttypes framework.