[00:14] mhall119: wouldn't that make it not required? [00:31] it'll make it required to the user [00:31] but it'll let you add the field to the database without having data to put in it [00:32] blank=False means the user has to enter something for the form to validate [00:32] gotcha [00:32] null=False means the database has to have something in it or the database will throw an error [00:33] gotcha [00:36] cjohnston: i think nigel proposed that we do a session on community web projects in general, instead of any specific one [00:36] mhall119: http://paste.ubuntu.com/635461/ [00:36] was that for developer week tho? [00:37] cjohnston: still trying to import the data dump? [00:37] no [00:37] cjohnston: um...maybe it was [00:37] thats a migrate [00:37] cjohnston: did you syncdb first? [00:37] is this a new database? [00:37] i did import-live-data [00:38] I think you need to syncdb first [00:42] mhall119: http://bazaar.launchpad.net/~chrisjohnston/loco-directory/contact/view/head:/loco_directory/events/forms.py line 81 [00:43] http://paste.ubuntu.com/635463/ [00:48] mhall119: my social netowrking research paper i got a 100% [00:59] awesome [00:59] any idea on the error? [01:02] yeah, 'event' isn't defined anywhere [01:03] try replaceing 'event.teams.iterator()' with 'self.teams' [01:11] that didnt work [01:11] wait [01:11] it did [01:24] mhall119: https://code.launchpad.net/~chrisjohnston/loco-directory/contact/+merge/66404 there it is === daker_ is now known as daker === daker is now known as daker_ [23:00] cjohnston: ping