Activity log for bug #1289566

Date Who What changed Old value New value Message
2014-03-07 20:13:58 Doug Fish bug added bug
2014-03-07 20:14:25 Doug Fish horizon: assignee Doug Fish (drfish)
2014-03-07 21:36:07 OpenStack Infra horizon: status New In Progress
2014-03-07 21:46:33 Doug Fish description The file https://github.com/openstack/horizon/blob/master/horizon/site_urls.py is statically importing horizon/test/jasmine/jasmine which ultimately causes mox to be statically imported. This would mean that mox has to be installed on a non-dev server and probably isn't want we want. I've been given the suggestion that putting the import inside of the if settings.DEBUG: block would probably fix the issue. The file https://github.com/openstack/horizon/blob/master/horizon/site_urls.py is unconditionally importing horizon/test/jasmine/jasmine which ultimately causes mox to be imported. This means that mox has to be installed on a non-dev server, and probably isn't want we want. I've been given the suggestion that putting the import inside of the 'if settings.DEBUG:' block would probably fix the issue.
2014-03-10 10:42:45 Ana Krivokapić marked as duplicate 1288245