Re: Form from multiple models

2006-06-20 Thread James Mulholland
Thanks :-) I'll take a look at those resources. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group

Re: Form from multiple models

2006-06-19 Thread yml
Hello, You will find below 2 very interesting links of that I am using each time I need to create a form for a Django's model: # Simple 'scaffolding': Spew out simple form fields as a base for modification - http://code.djangoproject.com/wiki/ScaffoldScript # Simple Custom Manipulators: Spews

Form from multiple models

2006-06-19 Thread James Mulholland
I'm trying to create an automated booking system for educational events. Admin user creates workshops in the admin interface, then creates a number of related accommodation options. Website visitor signs up for workshops (ie, potentially more than one workshop) and can also sign up for accommodati