2008-6-22
| 10:02 | guillermo_spain | hi |
| 10:04 | guillermo_spain | I can't get running django with the patch for large streaming uploads, I've applied the first patch but it doesn't work, when I try to upoad a file, the dev server spawns this error message: NameError: global name 'default_parse_file_upload' is not defined |
| 10:55 | telenieko | r7716 was a bad guy.. #7514, #7517, and now #7521 ! wow ;) |
| 10:55 | DjangoBot | |
| 10:55 | DjangoBot | |
| 10:55 | DjangoBot | |
| 10:55 | DjangoBot | |
| 11:25 | guillermo_spain | do you know if the last patch for the #2070 (large upload streaming) works for the last revision? |
| 11:25 | DjangoBot | |
| 14:19 | joewww | Could I get some feedback on this ticket: http://code.djangoproject.com/ticket/7518 |
| 14:19 | joewww | Should django-admin.py be able to run commands from INSTALLED_APPS? |
| 14:30 | cramm | joewww: maybe not, because django-admin doesn't need a settings module |
| 14:31 | joewww | with a settings module, should I be able to? |
| 14:32 | joewww | e.g django-admin.py createsuperuser --settings='myproject.settings' |
| 14:33 | joewww | What's happening in that ticket is that createsuperuser is being run post_sync, but isn't the createsuperuser command isn't included when you run syncdb from django-admin.py |
| 14:34 | cramm | eaxctly, that can be seen with django-admin help, createsuperuser and other project-specifice commands aren't listed |
| 14:36 | joewww | But shouldn't django-admin.py behave the same as manage.py when you specify a settings module? |
| 14:37 | cramm | yes, and that's why Karen pointed to #5943 in the last comment |
| 14:37 | DjangoBot | |
| 14:37 | joewww | D'oh, I did not see that last comment. sorry |
| 17:10 | Alex_Gaynor | axiak: Hey, how's the 2070 work going? |
| 17:11 | axiak | good : |
| 17:11 | axiak | :) |
| 17:11 | axiak | I'm working on the safari issues, jacob's reviews, and vomjom's suggestions right now |
| 17:12 | Alex_Gaynor | Cool, jacob mentioned tests for the data structures, anyway I can help on those? |
| 17:12 | axiak | sure...I haven't tackled that at all yet, actually |
| 17:13 | Alex_Gaynor claps, the class browser works with diffs | |
| 17:54 | Gulopine | axiak, are you setting aside time during the europython sprint? |
| 17:54 | axiak | when is it? |
| 17:54 | axiak | ooh july 12-14 |
| 17:54 | axiak | I'll be flying to paris during that time :) |
| 17:54 | axiak | hmm |
| 17:54 | Gulopine | damn :( |
| 17:55 | axiak | but I'll be in paris on the 13th |
| 17:55 | Gulopine | i was hoping we could try to get the rest of 2070 nailed down |
| 17:55 | axiak | maybe I can meet up with some djangonauts and sprint then |
| 17:55 | axiak | yeah |
| 17:55 | Gulopine | oh! |
| 17:55 | Gulopine | paris! |
| 17:55 | Gulopine | look up david larlet |
| 17:55 | axiak | okay |
| 17:55 | Gulopine | david`bgk |
| 17:55 | axiak | ah, okay |
| 17:55 | axiak | there's also PhiR |
| 17:55 | Gulopine | he's been kicking ass helping me with the file storage suff |
| 17:55 | Gulopine | s/suff/stuff/ |
| 17:55 | axiak | oh good :) |
| 17:56 | Gulopine | i dunno if he's looked at 2070 or not, but he definitely knows his stuff :) |
| 17:56 | axiak | hmm he's in Arles though :-\ |
| 17:56 | axiak | but whatever, I'll have a laptop and I know of at least one person in Paris (PhiR) |
| 17:56 | axiak | and I'll have internet |
| 17:57 | Gulopine | oh wow |
| 17:57 | Gulopine | i thought he said paris :) |
| 17:57 | Gulopine | ah well |
| 17:57 | axiak | well he could have lied to djangopeople :) |
| 18:30 | david`bgk | Gulopine, and axiak I'd moved from paris to arles in february ;) |
| 18:31 | axiak | david`bgk: ah :) |
| 18:32 | Gulopine | :( |
| 18:32 | Gulopine | that explains it though :) |
| 18:33 | Gulopine | david, are you planning to be available during the sprint? |
| 18:33 | Gulopine | i'm wondering if there might be enough collective brainpower to come up with a decent solution to your remaining filestorage problem |
| 18:34 | axiak | you mean the issue of temporary files not going away? |
| 18:35 | axiak | or are you talking to david`bgk? :) |
| 19:32 | Gulopine | axiak, i was talking to david`bgk :) |
| 19:32 | Gulopine | sorry, very busy day today |
| 22:54 | david`bgk | Gulopine, yes I'll be available |
| 22:54 | Gulopine | david`bgk, awesome! i'll spare what time i can to help out |
| 22:55 | Gulopine | i'll still have work, and i can't neglect the book completely, but i'll be around |
| 22:58 | david`bgk | same for me but I'll try to find some time for filestorages |