academind / django-practical-guide-course-code

This repository holds the source code snapshots for our "Django - The Practical Guide" course (https://acad.link/django)
325 stars 520 forks source link

adding a participant - problem #4

Open radupoleuca opened 3 years ago

radupoleuca commented 3 years ago

When I add a participant (his email address) using the form, the email address is added to all meetings, not just the one he joined. I followed the whole tutorial and wrote the fixed code as well. Has anyone fixed this bug?

KyaUJY commented 3 years ago

Yes, I'm having the same problem with the code I reproduced from the video, but it's also true for the code in this repository. I still don't know what the problem is. Thanks for this great content and class.

When I add a participant (his email address) using the form, the email address is added to all meetings, not just the one he joined. I followed the whole tutorial and wrote the fixed code as well. Has anyone fixed this bug?