While updating the Fedora autotest package to the latest code, it seems that the TestPlanner front-end does not successfully compile. I believe it may still be a work in progress, so I've disabled including it in the Django settings.py.
Signed-off-by: James Laska <[email protected]> --- frontend/settings.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/frontend/settings.py b/frontend/settings.py index 3ac7f80..f4a3e31 100644 --- a/frontend/settings.py +++ b/frontend/settings.py @@ -109,7 +109,8 @@ TEMPLATE_DIRS = ( INSTALLED_APPS = ( 'frontend.afe', 'frontend.tko', - 'frontend.planner', +# planner disabled until complete +# 'frontend.planner', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', -- 1.7.5.2 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
