EuroPython / djep

EuroPython 2014 conference software
https://ep2014.europython.eu/
BSD 3-Clause "New" or "Revised" License
37 stars 18 forks source link

Add functionality to assign a user profile to a ticket #81

Closed MarkusH closed 10 years ago

MarkusH commented 10 years ago

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

DasIch commented 10 years ago

Isn't this fixed by #101?

zerok commented 10 years ago

That and later on by #99 and #106 :-) Closing as duplicate.