[12:22] anyone involved with the loco-team-portal, and mhall119 because you issued the call-to-action on the q&a a few weeks ago, I've done a lot of work to update the django version to a supported version, and the current LTS: https://code.launchpad.net/~diddledan/loco-team-portal/django-1.8/+merge/302983 [12:25] the main thing to be aware of is that south (the database migration thingy) isn't supported on django 1.7 and 1.8 so I've rebuild the entire chain of migrations using the django-native migrations implementation from 1.7+ [13:40] thanks diddledan [13:41] daker: ^^ [13:43] yes i have seen the MRs [13:43] coolbeans :-) [13:43] the only issue that about the migration is IS anwser http://pastebin.ubuntu.com/23085102/ [13:45] i'll try to test the branches, then we can try to write a juju charm then ask IS to deploy it [13:48] I had issues running the test-suite (make test) but the site works for me in my system so I'm unsure whether the tests are wrong/outdated or if I actually have broken something but can't see the effects by browsing the front-end [13:50] if we want to target trusty rather than xenial, and therefore django 1.6, we will be able to continue using the south migrations for now until the next platform shift. I think it's best to go with 1.8 if we can, though, due to upstream's LTS status on that version supporting it until 2018 [14:02] daker: there's already a nice django charm we can use, so that's easy as long as we don't need a mojo spec [14:03] mhall119: ok, i'll try to give it a try [14:03] daker: you can give marcoceppi a ping about it, he should be able to help