-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed #198 Created Attendee list API #206
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to Django India! 🎉🇮🇳
We're so happy to see you contribute. Your efforts mean a lot to us and we're excited to have you on this journey.
Before we proceed, please take a moment to review our contribution guide. It's packed with all the information you need to make your contribution seamless.
If you're fixing an issue from the Django India issue tracker, remember to get it assigned to you before you acutally start working on it.
If you ever need help or just want to chat, the Django India discord server is always open. We're here for you!
And while you're here, don't forget to ⭐ star our repo to show your support! It helps the community grow.
Thank you for being a part of Django India. Together, let's make an amazing community! 🚀
@Apalakimmortal is this ready for review?? also can you change the description with context section providing an abstract context about the changes you have made. |
Yes bhaiya it is ready for reviewed. I have made changes in EventRegistration Model in which I have added 2 fields
Along with Model i have also changed the Serealizer file and admin.py file for registering |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks solid, added some comments and changes, make sure to test them out manually before publishing.
CC: @DevilsAutumn
backend/djangoindia/api/views/.cph/.event.py_d9370a604011efc5b3d32a44afd21dc9.prob
Outdated
Show resolved
Hide resolved
Bhaiya do i need to change the things u suggested. |
Yes! |
Will do it by tomorrow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Left few comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few more comments. Also you can delete all migrations and create one single migration for all the changes in this PR.
fc3ffd6
to
1fe602a
Compare
@Apalakimmortal Thanks 👍 I've rebase this PR to main and pushed few changes + migrations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Great work @DevilsAutumn @Apalakimmortal
@salty-ivy Thankyou for reviewing 👍 |
Closes #198
Changes
Type of change
Flags
Demo
How has this been tested?
Author Checklist
main
fromfork:branchname
Additional context