RachWalm / VolunteerVillage

Project 4 for Code Institute
0 stars 1 forks source link

Bug: skills no longer save when added #77

Open RachWalm opened 9 months ago

RachWalm commented 9 months ago

Story

As a volunteer, I can Choose skills to participate in so that I can be matched to relevant tasks.

Acceptance Criteria

Tasks

RachWalm commented 9 months ago

reset the database and migrations to original state and redid the models so that I could use a different strategy on them. Also needed to have separate variables for the link between models for manytomany and to save, which I didn't know previously.