commit | 11298315a18954945d5e24f9d5eeb653b05f6a98 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Dec 31 11:07:32 2015 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Thu Dec 31 11:07:32 2015 -0800 |
tree | ac5b6a8ca49bdea4810b08f3a1819d7296c32761 | |
parent | 8bd216688bd7623e71bf92ad324816f92244eae3 [diff] |
update urls to point to correct helloworld view location
diff --git a/xos/xos/urls.py b/xos/xos/urls.py index 4caacbc..809aef3 100644 --- a/xos/xos/urls.py +++ b/xos/xos/urls.py
@@ -9,7 +9,7 @@ from core.views.legacyapi import LegacyXMLRPC from core.views.serviceGraph import ServiceGridView, ServiceGraphView -from helloworld.view import * +from services.helloworld.view import * #from core.views.analytics import AnalyticsAjaxView from core.models import * from rest_framework import generics