Re: How to go about this Registration problem?

2008-06-01 Thread Drozzy
Example input form: Registration Workshop on building trains! Please choose date: May 22, 2008 April 12, 2009 May 32, 2009 Workshop for Programmers! Please choose date: May 12, 2008 April 13, 2009 May 11, 2009 On Jun 1, 10:41 am, Drozzy <[EMAIL PROTECTED]> wrote: > H

How to go about this Registration problem?

2008-06-01 Thread Drozzy
Hello Dear djangoists, I am new to this mailing list - so just wanted to say hi first! I am also new to django - but I chose it for the My question is this, I have 2 models: Workshop( title, description, fee) Event( workshop = models.ForeignKey(Workshop), start_date, end_date) The idea is that W