<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 28, 2016 at 5:37 PM, Alessandro Molina <span dir="ltr"><<a href="mailto:alessandro.molina@gmail.com" target="_blank">alessandro.molina@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>As I copied the app_cfg.py file from and app that used authentication/authorization repoze.who is a dependency even though Kallithea doesn't use it. But I have been too lazy to disable it :P</div></div></div></div></blockquote><div><br></div><div>I removed the repoze.who dependency and added all required modules to setup.py, also I managed to make a few improvements to routing and url generation that made most controllers work for me. As usual I pushed everything to <a href="https://bitbucket.org/_amol_/kallithea-tg/commits/all">https://bitbucket.org/_amol_/kallithea-tg/commits/all</a></div><div><br></div><div>As you can see here: <a href="http://blackhole.test.axantweb.com/KallitheaMovie.mp4">http://blackhole.test.axantweb.com/KallitheaMovie.mp4</a> on my environment most controllers are now working, looks like only controllers related to changesets crash, so I'll have to investigate that, but I'm fairly near to having most pages properly loading and rendering.</div><div><br></div><div>Then probably all scripts and async tasks need to be checked, I didn't use celery so far nor I tried to run commands to update repositories. I'm only running on an existing database with already existing repositories.</div></div></div></div>