2008-02-29T00:38:13 *** phase_bb has quit IRC 2008-02-29T01:53:20 *** Mark__T has joined #openils-evergreen 2008-02-29T05:38:37 *** ibbo has joined #OpenILS-Evergreen 2008-02-29T07:10:18 *** Mark__T has left #openils-evergreen 2008-02-29T07:10:59 *** Mark__T has joined #openils-evergreen 2008-02-29T08:18:43 *** gmcharlt has joined #OpenILS-Evergreen 2008-02-29T08:38:29 *** pmurray_away is now known as pmurray 2008-02-29T08:53:07 *** Karen_ has joined #OpenILS-Evergreen 2008-02-29T09:35:22 *** phase_bb has joined #openils-evergreen 2008-02-29T10:07:16 *** jbfink_ has joined #openils-evergreen 2008-02-29T10:07:41 *** Mark__T has left #openils-evergreen 2008-02-29T10:08:36 My django admin interface is broke and I stupidly did not save any error output. Could I drop the user and restart from scratch, or will that cause ugliness? 2008-02-29T10:21:24 jbfink_: testing with with the django shell usually results in the best error info, I've found 2008-02-29T10:21:27 fwiw 2008-02-29T10:21:43 berick: any pointers on how to do that? 2008-02-29T10:22:06 berick: btw, you did the documentation training yesterday, right? Karen Foster said wonderful glowing things about it -- thanks a pile for taking it on. 2008-02-29T10:22:24 jbfink_: no, that was phasefx 2008-02-29T10:22:39 i was somewhere over Kansas ;) 2008-02-29T10:22:43 oh yes, correct, natch. 2008-02-29T10:22:49 well, I'll have to tell him. 2008-02-29T10:22:52 $ python manage.py shell 2008-02-29T10:23:01 then.. 2008-02-29T10:25:02 >>> from setup.ils_data.models import OrgUnit 2008-02-29T10:25:02 >>> OrgUnit.objects.all() 2008-02-29T10:25:16 that should give you someething useful 2008-02-29T10:26:11 get a bunch of traceback, hm 2008-02-29T10:26:43 jbfink_ pasted "django traceback" at http://paste.lisp.org/display/56611 2008-02-29T10:27:18 settings.py needs a password in OTHER_DATABASES 2008-02-29T10:27:31 django user requires a pw 2008-02-29T10:27:54 could I have been so dumb? I followed dokuwiki instructions... lemme dig at this. 2008-02-29T10:28:58 uh yes, I am that dumb apparently. My password is in the DATABASE_USER line. uh. heh heh. um. yeah. 2008-02-29T10:30:47 eh, I still get the whole "Database Error" stuff when trying to click on links under ils_data. 2008-02-29T10:31:44 new traceback incoming 2008-02-29T10:32:16 jbfink_ pasted "django traceback #2 missing org_unit edition" at http://paste.lisp.org/display/56612 2008-02-29T10:32:30 I think some of those errors I saw when running the dokuwiki django sql must have been fatal. 2008-02-29T10:33:02 jbfink_: django user might need some schemas added to its default path 2008-02-29T10:33:13 s/might// 2008-02-29T10:33:41 Is that a step I missed somewhere? Lemme dig up where I found it on dokuwiki. 2008-02-29T10:34:35 jbfink_: yeah.. ALTER ROLE django SET search_path = actor, permission, public, config; 2008-02-29T10:34:54 from step 2 in creating django user 2008-02-29T10:35:09 *** rsinger has joined #OpenILS-Evergreen 2008-02-29T10:35:23 * berick waves at rsinger 2008-02-29T10:35:33 yeah, that was in my SQL that I did in setup. 2008-02-29T10:35:43 http://open-ils.org/dokuwiki/doku.php?id=evergreen-admin:customization:setting_up_the_django_administration_interface&s=django anyway. 2008-02-29T10:35:56 can I safely re-run the pile of SQL without ill effect? 2008-02-29T10:37:02 heyo rsinger 2008-02-29T10:37:23 yeah, pretty sure you can re-run the GRANT and ALTER ROLE lines 2008-02-29T10:37:34 hey, y'all 2008-02-29T10:37:39 okay, I'll give it a go. 2008-02-29T10:37:44 rsinger: glad you could get a Jangle talk in 2008-02-29T10:37:58 berick: me too :) seemed to go well 2008-02-29T10:38:04 and it fits well with the DLF discussion 2008-02-29T10:38:14 berick: i'm meeting with bibliocommons and aquabrowser next week about it 2008-02-29T10:38:31 rsinger: excellent 2008-02-29T10:38:55 we've been talking to aquabrowser as well. maybe we could save some effort and just implement Jangle ;) 2008-02-29T10:39:04 there we go :) 2008-02-29T10:39:10 taco is a pretty cool guy 2008-02-29T10:39:16 jbfink_ pasted "error from django grant/alter sql" at http://paste.lisp.org/display/56613 2008-02-29T10:39:25 yeah, taco seems pretty much up for whatever 2008-02-29T10:39:29 berick: are you back in GA? 2008-02-29T10:39:58 rsinger: yeah, left yesterday morning 2008-02-29T10:40:29 * rsinger sitting in PDX right now 2008-02-29T10:40:34 free_wifi++ 2008-02-29T10:45:41 *** rsinger has quit IRC 2008-02-29T10:48:58 although this time, no errors in OrgUnit.objects.all(), hoo dogies. 2008-02-29T10:49:26 cool 2008-02-29T10:49:37 oh hell yes, no goonie errors in django under ils_data! Thanks berick! 2008-02-29T10:52:29 yr welcome :) 2008-02-29T11:06:00 *** rsinger has joined #OpenILS-Evergreen 2008-02-29T11:24:57 *** rsinger has quit IRC 2008-02-29T11:28:50 Hey, are the circulation modifiers that show up in the staff client (things like dvd-long, equip-long, bestseller, audiobook etc) modifiable from the django interface? I can't seem to find them in there. 2008-02-29T11:33:14 jbfink_: I think those are in an xml config file currently 2008-02-29T11:33:28 Oho! Okay. 2008-02-29T11:34:10 yeah, they're in opensrf.xml 2008-02-29T11:34:30 I'm not sure if any of the out of the box circ behavior actually makes use of those circ modifiers. Consider them examples that PINES uses :) 2008-02-29T11:37:42 interesting, I'll pass that on. 2008-02-29T11:37:58 btw, phasefx, big thanks for the documentation meetings you're having. 2008-02-29T11:39:14 jbfink_: it's my pleasure. Thanks to Karen for volunteering! 2008-02-29T12:57:20 *** ibbo has quit IRC 2008-02-29T16:41:02 *** Karen_ has left #OpenILS-Evergreen 2008-02-29T16:48:39 *** pmurray is now known as pmurray_away 2008-02-29T22:10:48 *** rsinger has joined #OpenILS-Evergreen