IRC log of #europython for Monday, 2014-01-06

*** majackson has joined #europython09:48
*** ulope has quit IRC12:33
*** bmispelon has joined #europython12:35
bmispelonHi all12:35
MarkusHHey bmispelon12:35
bmispelonSo, I'm trying to follow the readme to get a local install of djep12:36
bmispelonwhen trying to run syncdb, I get this error: "DatabaseError: no such table: conference_conference"12:36
MarkusHyeah. https://github.com/EuroPython/djep/pull/2412:36
bmispelon(note that before that, I also had to install gunicorn, even though I'm using the dev settings)12:36
MarkusHlet me fix merge that stuff12:37
MarkusHbmispelon: pull'n'syncdb12:38
bmispelonFYI, the reason I'm trying to install this locally is that I've noticed that some form fields on the registration page have weird maxlength values (the twitter name for example)12:38
MarkusHoh, ok. Isn't the twitter name limited to 15 chars?12:39
bmispelonit is (enforced by a custom validator) but the maxlength value in the html is "<django.utils.lazy...>" or something12:39
MarkusHcrap12:40
bmispelonI'm guessing that's an issue with the form rendering lib you're using but i want to make sure12:40
MarkusHthanks for pointing that out12:40
bmispelonit's no big deal because that's validated server-side anyway12:40
MarkusHsure, but shouldn't happen12:41
*** ulope has joined #europython12:44
bmispelonMarkusH: looks like that bug is coming from django12:54
bmispelonoh wait12:55
bmispeloni get it now12:56
bmispelonyou can't use positional args for form fields12:56
bmispelonthe first argument to a forms.CharField is its max_length12:56
MarkusHre13:01
MarkusHirg13:03
MarkusHbmispelon: are you preparing a patch?13:04
bmispelonMarkusH: yes13:04
MarkusHawesome  :) Thank you13:04
bmispelonhttps://github.com/EuroPython/djep/pull/2613:05
bmispelonI'm getting some test failures for the pyconde.accounts app: https://dpaste.de/LzOs13:37
MarkusHbmispelon: yeah, we haven't had the time to update the tests. They pass for the PyConDE 2013 system (which is the base of djep)13:39
bmispeloni see13:40
MarkusHBut I have a local branch where I'm updating the tests13:41
bmispelonhttps://github.com/EuroPython/djep/pull/2714:18
*** mitsuhiko has left #europython14:38
*** brodul has quit IRC20:50
*** brodul has joined #europython22:37

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!