Can I send additional data when calling a form ? I was trying form = ExtendedRegistrationForm(dontvalidateemail=True, request.POST, request.FILES) and I'm getting ('non-keyword arg after keyword arg',
Is it okay to have a view and controller the same name? I think that is the conventional way to do it,. I have taken a while off from RoR programming so I forgot.
Does anybody know if Mail::Message headers can be changed? o_O I'm just trying to figure out how to modify the subject field and I can't for the life of me figure it out...
How can I portably figure out my own server's ip address in socket code? I have a socket_fd and getsockname() returns 0.0.0.0 (it's bound to that universal address).. hmm..