[00:15] do be do be do [00:29] mhall119: http://loco.ubuntu.com/events/venues/United_States/13/update/ <-- try to edit that venue to show the state and see what happens for you please [00:30] looks like it updated [00:30] no errors [00:30] Try to remove the , FL from the city [00:32] takes me back to the form... [00:32] no error, but obviously something went wrong [00:32] ya [00:32] thats the same issue i was having [00:34] there's another Venue, same name, same street address, only "Tallahassee" instead of "Tallahassee, FL" [00:34] ahh [01:33] mhall119: will {% ifequal url_base 'next_summit.name' %}current{% endifequal %} work? [01:34] or not since it isnt going to know what next_summit.name is [01:46] mhall119: where do you think today should go in the main nav [02:06] hmmm, I forgot summit urls don't have a clean url heirarchy [02:06] is there a wildcard? [02:06] uds*? [02:07] no [02:07] you'd have to change url_base to to add that [02:07] and a with wouldnt work correct? [02:08] with next_summit.name as summit {% ifequal url_base {{ summit }} %} [02:08] got a new mp for you for summit ;-) [02:25] too late, I'm working on LD now [04:08] cjohnston: https://code.launchpad.net/~mhall119/loco-directory/setup-improvements/+merge/68320 [04:08] daker_: ^^ if you can take a look at that too, and try it out [04:57] mhall119: you around? === daker_ is now known as daker [11:17] mornin [11:18] morning cjohnston [11:18] hey coalwater [11:31] YoBoY: ping [11:36] pong [11:36] morning cjohnston [11:36] YoBoY: I'm going to work with hauts to convince you to learn python [11:36] :-P [11:37] well i'm already convinced, the problem is not i don't want to, the problem is i don't have time to help :'( [11:37] i need a time dilatation machine :] [11:38] me too [12:04] yaili: Any idea on the eta of the new web guidelines? [12:05] cjohnston: not really, sorry :( hopefully soon [12:05] :-) Thanks === yaili_ is now known as yaili === yaili_ is now known as yaili [16:11] cjohnston: did you get a chance to look at my LD setup-improvements MP? [16:41] mhall119, have you seen my comment on it ? [16:41] nope [16:43] ok, easy fix [16:44] I added python2.6 and python-virtualenv to the depends make target [16:44] and the second part ? [16:46] looks like python2.6-dev is also needed, let me add that [16:47] ok, added [16:51] btw, make check currently doesn't pass all the tests, I know about that, those will be fixed in other MPs [18:09] daker: did you make clean after the earlier failures? [18:09] hmm no [18:10] try that, it looks like it's skipping the virtualenv setup, probably because a half-setup virtualenv directory was created earlier [18:10] mhall119, what's the order of the commands ? [18:11] "make clean" first, do get rid of any half-baked stuff [18:12] then "make init" to setup your virtualenv and initialize the database [18:12] from there you have a choice, you can "make test" to just run the test suite [18:12] or "make run" to run the django server [18:12] ok i am on the right way [18:12] there's also 2 commands to load data, "make lp" pulls the team data only from launchpad, "make like" pulls live data from production [18:14] sorry, "make live" not "make like" [18:17] i know ツ [18:17] it works [18:19] one more more thing, for me the port 8000 is already used for another dev server, is there any way to passe the port using make like : make run 8800 or i need to do it manually mhall119 ? [18:19] -more === daker is now known as daker_ [19:45] daker_: I'll have to learn more about make to know [19:58] cjohnston, what's the status of this https://code.launchpad.net/~chrisjohnston/loco-directory/remove-admin/+merge/63423 ? [19:59] daker_: "Needs information", i'm not sure why we're removing it