Skip to content
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

To get all users who are attending and not attending events. #60

Closed
wants to merge 30 commits into from

Conversation

yashwanthbabu
Copy link
Member

No description provided.

@@ -145,3 +145,15 @@ def get_unjoined_groups(user):
def get_groups(user):
user_groups = TavernGroup.objects.filter(members=user)
return user_groups


def get_users_attending_Event(event):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yashwanthbabu It should be named get_users_attending_event and not get_users_attending_Event

@yashwanthbabu yashwanthbabu deleted the Tavern_Attendees branch October 7, 2014 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants