Incoming StudentsΒΆ

Each trippee is represented by two models: IncomingStudent and Registration.

IncomingStudent is populated with data provided by the college each year. Registration is filled out by incoming students and contains trip preferences, availibilty, etc.

Registrations and IncomingStudents are connected by post_save signals on each model.