debtcollective / membership

💰 Member dues and Donations platform

Home Page:https://membership.debtcollective.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unused SubscriptionDonation model

orlando opened this issue · comments

What: We have a SubscriptionDonation model that is not being used, it was introduced by doing a scaffold for the admin views.

Why: We don't need this model

How:

  • Model needs to be removed since is not needed
  • Change views to use Donation instead of SubscriptionDonation.