*** majackson has joined #europython | 09:48 | |
*** ulope has quit IRC | 12:33 | |
*** bmispelon has joined #europython | 12:35 | |
bmispelon | Hi all | 12:35 |
---|---|---|
MarkusH | Hey bmispelon | 12:35 |
bmispelon | So, I'm trying to follow the readme to get a local install of djep | 12:36 |
bmispelon | when trying to run syncdb, I get this error: "DatabaseError: no such table: conference_conference" | 12:36 |
MarkusH | yeah. https://github.com/EuroPython/djep/pull/24 | 12:36 |
bmispelon | (note that before that, I also had to install gunicorn, even though I'm using the dev settings) | 12:36 |
MarkusH | let me fix merge that stuff | 12:37 |
MarkusH | bmispelon: pull'n'syncdb | 12:38 |
bmispelon | FYI, 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 |
MarkusH | oh, ok. Isn't the twitter name limited to 15 chars? | 12:39 |
bmispelon | it is (enforced by a custom validator) but the maxlength value in the html is "<django.utils.lazy...>" or something | 12:39 |
MarkusH | crap | 12:40 |
bmispelon | I'm guessing that's an issue with the form rendering lib you're using but i want to make sure | 12:40 |
MarkusH | thanks for pointing that out | 12:40 |
bmispelon | it's no big deal because that's validated server-side anyway | 12:40 |
MarkusH | sure, but shouldn't happen | 12:41 |
*** ulope has joined #europython | 12:44 | |
bmispelon | MarkusH: looks like that bug is coming from django | 12:54 |
bmispelon | oh wait | 12:55 |
bmispelon | i get it now | 12:56 |
bmispelon | you can't use positional args for form fields | 12:56 |
bmispelon | the first argument to a forms.CharField is its max_length | 12:56 |
MarkusH | re | 13:01 |
MarkusH | irg | 13:03 |
MarkusH | bmispelon: are you preparing a patch? | 13:04 |
bmispelon | MarkusH: yes | 13:04 |
MarkusH | awesome :) Thank you | 13:04 |
bmispelon | https://github.com/EuroPython/djep/pull/26 | 13:05 |
bmispelon | I'm getting some test failures for the pyconde.accounts app: https://dpaste.de/LzOs | 13:37 |
MarkusH | bmispelon: 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 |
bmispelon | i see | 13:40 |
MarkusH | But I have a local branch where I'm updating the tests | 13:41 |
bmispelon | https://github.com/EuroPython/djep/pull/27 | 14:18 |
*** mitsuhiko has left #europython | 14:38 | |
*** brodul has quit IRC | 20:50 | |
*** brodul has joined #europython | 22:37 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!