Guys I'm wondering when I get someone to register, I'd like to have a field
in my database for the datetime.
In my db.py file, I have a Field('registration_time', 'datetime')However, how do I pass in that the time (now) is supposed to be taken when the user submits the form?? I'm a bit confused about this. Thanks! --

