[01:12] AlanBell: are you around? [06:59] o/ [12:32] daker: try naming the function get_urls, instead of urls [12:46] mhall119, oh i see [12:46] i'll try it [13:04] mhall119, it does not work http://pastebin.com/Ar7LBhdN [13:06] okay, I'll have to read the Admin documentation then [13:10] why are you making 2 calls to super.get_urls? [13:12] also, I don't think you need to specify the urls property, it looks like the ModelAdmin already has that [13:12] but that shouldn't cause problems either [13:13] oh wait a second [13:13] I think I see the problem [13:14] you're passing self.list_pages as the view function [13:14] but Django is going to treat it as a regular function, not an instance method [13:19] daker: you just want to over-write the list view? [13:19] mhall119, yes [13:20] then just have your model implement changelist_view [13:20] in that call super.changelist_view [13:20] then you shouldn't have to mess with urls at all [13:21] i see i'll try [13:23] mhall119, if i add a __call__ func it works http://pastebin.com/F8eJAYnF [13:32] Woo got it http://pastebin.com/1LmjFpmG [13:58] well, yeah I guess that would work too [13:59] ツ [13:59] thanks for your time [14:12] hello === daker_ is now known as daker [15:20] Hey folks :) [15:23] morning [15:26] mhall119: Now I understand why I didn't get what you meant last night --> sleep deprivation [15:31] mhall119, do you know any working threaded comment system in django ? [15:52] nigelb: yeah, sleep deprivation makes coding...interesting [15:52] it also makes for amusing comments [15:52] daker: I don't know about threaded, but there's a default django comments system isn't there? [15:55] mhall119: ;) [16:39] Good morning friends :) [19:49] about bug https://bugs.launchpad.net/loco-directory/+bug/686268 is this about the comments added to agenda items> [19:50] Launchpad bug 686268 in loco-directory "Add the ability to add agenda items (affects: 1) (heat: 5)" [Wishlist,In progress] [19:52] daker, cjohnston, mhall119: ^ [19:52] its not clear what need to be fixed in order to commit this bug [19:53] AFAIK the backend is already implemented [19:54] Ronnie: right now there is no interface for adding agenda items [19:54] that's what the bug is for [19:55] mhall119: agenda != meeting/event ? [19:55] there is (ugly) code for displaying them [19:55] Ronnie: a meeting has multiple agenda items [19:55] aha [19:56] agenda items can be nested too, so each meeting has a tree of agenda items [21:03] o/ Daviey