[10:45] cjohnston: ping [10:45] Downloading/unpacking lazr.authentication (from lazr.restfulclient>=0.9.19->launchpadlib==1.10.2->-r requirements.txt (line 27)) [10:45] Could not find any downloads that satisfy the requirement lazr.authentication (from lazr.restfulclient>=0.9.19->launchpadlib==1.10.2->-r requirements.txt (line 27)) [10:45] mhall119: ^ [11:45] daker: what happens if you try to just pip install lazr.authentication [11:47] cjohnston: http://paste.ubuntu.com/7358890/ [12:03] cjohnston: getting same error as daker [12:05] daker: http://paste.ubuntu.com/7358972/ [12:05] cjohnston: any python version issues ? [12:06] cjohnston: inside a venv ? [12:07] yes [12:07] http://paste.ubuntu.com/7358985/ [15:30] daker: I have a fix, hang on [15:31] daker: http://bazaar.launchpad.net/~mhall119/summit/django-1.6-port/view/head:/requirements.txt line 24 and 25 [15:34] mhall119: same thing :( http://paste.ubuntu.com/7360089/ [15:37] huh, that got it working for me... [15:38] i am not sure, because i am behind a server... [15:39] it can be the server blocking something [20:17] slangasek: ping [20:17] mhall119: hi there [20:18] slangasek: hey, about your social media links MP, if debconf always wants them off, why not make it configurable in the local settings rather than per-summit-record? [20:19] is there a scenario where the same site is likely going to want it on for one event, and off for another? [20:20] mhall119: maybe some day in the future the uds and debconf sites would be running on the same server? :) No strong reason for it, it just seemed to me that it was an attribute of the summit, not the running instance [20:21] even when linaro and ubuntu ran on the same server, they ran separate processes with their own settings file [20:21] mhall119: also I couldn't be bothered to figure out how to properly expose a local setting into the context [20:21] mhall119: sure; but I'm less than convinced that requiring a separate settings file is a good design [20:21] heh, yeah, django should make settings available in templates by default [20:24] slangasek: any chance we could get a unit test added to cover social media links being displayed (and not) when appropriate? [20:25] mhall119: can you give me a pointer to the framework for writing such tests? [20:26] slangasek: https://docs.djangoproject.com/en/dev/topics/testing/overview/ and https://docs.djangoproject.com/en/dev/intro/tutorial05/ [20:27] also Summit has a number of test cases already, you can probably just add your test_* functions to one of the existing ones