On 6/7/07, Vincent Nijs <[EMAIL PROTECTED]> wrote: > > Thanks for the help Russ: > > That worked. Next problem :) I want to add users to a group. > > g = Group.objects.get(name='section81') > > gives errors.
I'm guessing the errors you are getting are telling you that various attributes can't be NULL. Group has a number of attributes other than 'name' - they all need to be specified. However, it's difficult to say for certain. You could help me out here by telling me _what_ errors you are receiving. It's difficult to offer advice when all you're telling me is "it's broken". Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

