summaryrefslogtreecommitdiff
path: root/manage.py
diff options
context:
space:
mode:
authorToshi Hayashi <hayashi@ntti3.com>2013-08-12 17:20:38 -0700
committerToshiyuki Hayashi <hayashi@ntti3.com>2013-08-29 00:07:27 -0700
commit88b9335910771b52979735ce90c9d9b1e35ba5f6 (patch)
tree6949bef71efa0d3d2ae40aa671bd132a71ee9468 /manage.py
parentd45413e9bfc5c0730ce10daa4251cfbff086f3b4 (diff)
downloadhorizon-88b9335910771b52979735ce90c9d9b1e35ba5f6.tar.gz
Delete and launch devices on the topology view
This feature enables to delete and launch a instance or router on the network topology view. So you can do basic actions on this view. Also it enables to change view small or normal. You can see more networks and devices in the small view. implements bp editable-network-topology-view fixes bug #1215683 Change-Id: Ie65d50d2a99f72696c8f10223f8430ad5f90b144
Diffstat (limited to 'manage.py')
-rwxr-xr-xmanage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.py b/manage.py
index 256981c54..fe16377ab 100755
--- a/manage.py
+++ b/manage.py
@@ -3,7 +3,7 @@
import os
import sys
-from django.core.management import execute_from_command_line
+from django.core.management import execute_from_command_line # noqa
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE",