Right now a ticket (pyconde.attendees.models.Ticket) only has a first name and a last name. We want to enable the buyer of a ticket to assign a user (profile) (django.contrib.auth.models.User) to a ticket. This will allow us to use additional data from a user profile e.g. to be printed on the badge, etc.
Right now a ticket (
pyconde.attendees.models.Ticket
) only has a first name and a last name. We want to enable the buyer of a ticket to assign a user (profile) (django.contrib.auth.models.User
) to a ticket. This will allow us to use additional data from a user profile e.g. to be printed on the badge, etc.We will discuss implementation ideas on the upcoming webteam software sprint