So, compare this:

    def __init__(self, mailboxes, *args, **kwargs):
>

 with how you're calling it:
 

> form = MboxReg(request.POST, int(mailboxes))
>
>
and you should see why you're getting this: 
 

> Error:
> Exception Value: 
>
> int() argument must be a string or a number, not 'QueryDict'
>
> On the
>
>         for i in range(int(mailboxes)):
>
> -- Mike
>
>
-- 
DR.  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/z68uQEeQ4fsJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to