=== yaili___ is now known as yaili | ||
=== yaili_ is now known as yaili | ||
=== cjohnston_ is now known as cjohnston | ||
cjohnston | mhall119: | 14:18 |
---|---|---|
AlanBell | just getting a summit instance up and running again, seems I can't create a new summit in the admin interface, 'super' object has no attribute '_media' | 17:29 |
AlanBell | Exception Location: /home/alan/Projects/summitpad/summit/summit/../summit/schedule/admin/summitadmin.py in _media, line 38 | 17:29 |
cjohnston | did you run it ./manage.py runserver --settings ubuntusettings | 17:33 |
cjohnston | did you run it ./manage.py runserver --settings ubuntu_settings | 17:33 |
cjohnston | the second one | 17:33 |
AlanBell | yes, the second one | 17:51 |
AlanBell | the front end runs with the ubuntu themeing | 17:52 |
cjohnston | can you paste the entire error please | 17:52 |
AlanBell | http://paste.ubuntu.com/1200984/ | 17:53 |
AlanBell | I can create other objects (well hit the add button and see the form) | 17:54 |
AlanBell | but you can't do much else without a summit object | 17:54 |
cjohnston | how new is your code? (trunk?) | 17:56 |
AlanBell | it was old and I did a bzr pull | 17:56 |
cjohnston | 1) did you migrate, 2) does the admin area have a theme | 17:57 |
AlanBell | probably not, no | 17:57 |
cjohnston | ./manage.py collectstatic | 17:57 |
AlanBell | I did a make clean which nuked my database so didn't think migration was required | 17:57 |
* AlanBell does the collectstatic thing | 17:58 | |
AlanBell | no visible difference | 17:58 |
cjohnston | I don't use make, so I'm not sure about that | 18:00 |
cjohnston | the admin area has no theming at all? | 18:00 |
AlanBell | well, standard blue django stuff | 18:00 |
cjohnston | ok | 18:01 |
cjohnston | thats correct | 18:01 |
cjohnston | mhall119: any idea about the _media thing? I have never dont the make stuff | 18:01 |
AlanBell | don't think it is related to the make clean, that just wiped my previous carefully set up database | 18:01 |
cjohnston | I can give you a db to use | 18:02 |
cjohnston | but the problem you are having concerns me | 18:03 |
cjohnston | ahh | 18:03 |
cjohnston | Django Version:1.4.1 | 18:03 |
cjohnston | we are still 1.3 | 18:03 |
AlanBell | oh | 18:03 |
AlanBell | dammit | 18:03 |
AlanBell | so I can't do it on quantal | 18:03 |
cjohnston | pip | 18:03 |
cjohnston | summit-dev.readthedocs.org | 18:04 |
mhall119 | cjohnston: AlanBell: which webapp? | 18:11 |
AlanBell | summit | 18:11 |
mhall119 | only the /admin/ theme is missing? | 18:11 |
AlanBell | no, that is fine, I can't hit the add button for a new summit object | 18:12 |
cjohnston | mhall119: no, there is a _media error | 18:12 |
AlanBell | gah, even if I hack my way around that I hit https://code.djangoproject.com/ticket/18018 | 18:15 |
ubottu | Django bug 18018 in Uncategorized "MessageFailure in Django 1.4 admin" [Normal,Closed] | 18:15 |
* AlanBell finds it all works lovely with virtualenv and django 1.3.1 | 18:19 | |
cjohnston | ;-) | 18:20 |
cjohnston | yay | 18:20 |
* AlanBell starts adding tracks and sessions and rooms and such for the Rockin Robin UDS | 18:21 | |
* mhall119 is howing for Rascally Rabbit | 18:22 | |
mhall119 | hoping even | 18:22 |
AlanBell | might be an idea to edit the INSTALLING file to say "DON'T DO THIS, go to summit-dev.readthedocs.org and do that instead" | 18:22 |
cjohnston | well, we dont say it works on quantal | 18:23 |
AlanBell | well it does, with virtualenv | 18:25 |
cjohnston | correct | 18:25 |
daker | not sure why this hasn't been merged https://code.launchpad.net/~chrisjohnston/loco-team-portal/update-openids-update/+merge/112914 | 20:03 |
cjohnston | give it an hour.. if it doesnt merge by then, yell at nigelb | 20:03 |
daker | cjohnston: approved on 2012-07-05 | 20:04 |
cjohnston | it lacked a commit message | 20:04 |
daker | oh yes | 20:05 |
AlanBell | is there a way in summit to get the meeting currently happening in a particular room | 20:54 |
AlanBell | I can see the stuff to get the next slot, but I am struggling with the current slot | 20:55 |
AlanBell | schedule = Schedule.from_request(request, summit, attendee, room=None, nextonly=True) | 20:55 |
AlanBell | I want nowonly, rather than nextonly | 20:56 |
daker | AlanBell: ask cjohnston | 21:01 |
cjohnston | i dont think so | 21:16 |
cjohnston | what is the use case for that | 21:16 |
AlanBell | building a page that shows the current meeting in a room | 21:17 |
AlanBell | along with stuff happening next at the bottom | 21:18 |
AlanBell | I think I can add such a facility, was just checking to see if there was an easy way to do it | 21:18 |
cjohnston | nothing that already exists afaik | 21:19 |
daker | cjohnston: can you re-check this please https://code.launchpad.net/~daker/loco-team-portal/fix.960695.meetings-app/+merge/108492 | 21:22 |
daker | i did a merge and this work, no merge conflicts | 21:22 |
daker | works* | 21:22 |
cjohnston | nigelb: tarmac isnt working | 21:26 |
cjohnston | daker: if it merges cleanly I'm good with it | 21:29 |
daker | http://paste.ubuntu.com/1201362/ | 21:30 |
cjohnston | :-) | 21:31 |
daker | cjohnston: this one too | 21:34 |
daker | https://code.launchpad.net/~daker/loco-team-portal/fix.960695.common-app/+merge/108439 | 21:34 |
daker | http://paste.ubuntu.com/1201377/ | 21:35 |
cjohnston | as long as it merges cleanly +1 | 21:35 |
cjohnston | dinner | 21:35 |
daker | thanks | 21:36 |
AlanBell | http://alanbell.libertus.co.uk:8000/uds-r/projector/the-kitchen/?fakenow=2012-09-12_09:15 | 22:11 |
AlanBell | that in theory should be precisely right full screen on the 1280x800 projectors used at UDS | 22:11 |
AlanBell | and shows the current meeting and pad, plus the next stuff in all rooms at the bottom | 22:12 |
AlanBell | need to get it to autorefresh on the hour | 22:12 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!