=== pleia2_ is now known as pleia2 | ||
AlanBell | hi, just doing a bit of summit/etherpad-lite tinkering and I am setting up a new dev summit | 15:53 |
---|---|---|
AlanBell | I am running precise, which might be a bad idea, and I don't have django in my python2.6, but it is fine in 2.7.2 | 15:53 |
AlanBell | do I give up and do it in a VM running oneiric? | 15:53 |
AlanBell | ImportError: No module named django.core.management is the error I get when doing make init | 15:54 |
mhall119 | AlanBell: if you use virtualenv you should be fine on Precise | 15:55 |
AlanBell | how do I do that? | 15:55 |
mhall119 | AlanBell: cd <project_root>; make; | 15:56 |
mhall119 | the Makefile will create a virtualenv in ./env,and isntall the necessary python requirements like Django into that | 15:57 |
AlanBell | http://paste.ubuntu.com/830203/ | 15:57 |
mhall119 | try make clean, then make again | 15:58 |
mhall119 | if make has an error halfway through, it won't pick up again where it left off, you have to scrap it and start over | 15:58 |
AlanBell | ok, that is doing stuff | 15:58 |
AlanBell | probably because I previously had it running when this laptop was running oneiric or something | 15:59 |
mhall119 | My make skills aren't elite enough for it to intelligently handle failures | 15:59 |
cjohnston | daker: do you have any ideas on my event recap branch | 17:31 |
cjohnston | and would you be any good at making a user profile page? I'm horrible at it.. the profile stuff is ready for summit, it just needs a display page, then I can just copy all the code to ltp | 17:32 |
* AlanBell has forgotten how to use south | 17:36 | |
AlanBell | I added a field to the summit model and now it won't run because it needs to be added to the database | 17:36 |
AlanBell | fairly sure it was something to do with south to make this work, but I can't figure it out | 17:36 |
mhall119 | AlanBell: python manage.py schemamigration <app_name> <migration_name> --auto | 18:12 |
mhall119 | then python manage.py migrate <app_name> | 18:12 |
AlanBell | django.core.exceptions.ImproperlyConfigured: App with label summit could not be found | 18:15 |
mhall119 | summit isn't an app | 18:17 |
mhall119 | 'schedule' and 'sponsor' are the apps | 18:17 |
mhall119 | 'summit' is the project (which contains multiple apps) | 18:18 |
AlanBell | yay | 18:18 |
cjohnston | what are you adding AlanBell? | 18:19 |
AlanBell | api key for etherpad lite | 18:19 |
mhall119 | to the Summit model? | 18:19 |
AlanBell | so summit can create the pads, and pass authenticated users across | 18:19 |
AlanBell | yeah, to the summit model, next to the etherpad url, an optional etherpad-lite api key | 18:19 |
mhall119 | AlanBell: ok, summit production is frozen until after LCQ | 18:20 |
AlanBell | this cuts out all the openID authentication | 18:20 |
AlanBell | yeah, that is fine, I am in no hurry to deploy it :) | 18:20 |
AlanBell | oh and I will need Pendulum to write a little feature too :) | 18:21 |
mhall119 | +1 | 20:04 |
mhall119 | moar contributors! | 20:04 |
* nigelb hugs AlanBell | 22:44 | |
AlanBell | this is going to rock if it works | 22:56 |
nigelb | Totally! | 22:57 |
AlanBell | using the etherpad API properly, so if you are signed into summit it knows who you are and gives you the editable pad | 22:57 |
AlanBell | if not then you get the read only one | 22:57 |
doctormon | nigelb: Damn I thought you were coming to the USA for a second there. | 22:57 |
doctormon | Cross wires with other channel | 22:57 |
nigelb | heh | 22:58 |
doctormon | nigelb: http://imagebin.org/197517 | 23:00 |
nigelb | wow | 23:00 |
nigelb | Nice work doctormon :) | 23:00 |
doctormon | Did you see the project search? | 23:01 |
nigelb | Yeah, I did from the other day | 23:01 |
doctormon | The other day? It's better http://imagebin.org/197519 | 23:02 |
doctormon | That image is missing any results from the gnome project. | 23:03 |
mhall119 | aquarius: don't take away my web-notes man, that has come in handy too many times :( | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!