moving the shell files out to where they belong
diff --git a/planetstack/core/dashboard/shell/up.sh b/planetstack/core/dashboard/shell/up.sh
deleted file mode 100755
index 44af364..0000000
--- a/planetstack/core/dashboard/shell/up.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-scp shell.html princeton_planetstack@node49.princeton.vicci.org:/opt/planetstack/templates/admin/dashboard/
-scp opencloud_shell.css object_id.js shell_utils.js utils.js tokens.js constants.js opencloud_shell.js princeton_planetstack@node49.princeton.vicci.org:/opt/planetstack/core/static/
diff --git a/planetstack/core/dashboard/shell/shell.py b/planetstack/core/dashboard/views/shell.py
similarity index 100%
rename from planetstack/core/dashboard/shell/shell.py
rename to planetstack/core/dashboard/views/shell.py
diff --git a/planetstack/core/dashboard/shell/constants.js b/planetstack/core/static/shell/constants.js
similarity index 100%
rename from planetstack/core/dashboard/shell/constants.js
rename to planetstack/core/static/shell/constants.js
diff --git a/planetstack/core/dashboard/shell/object_id.js b/planetstack/core/static/shell/object_id.js
similarity index 100%
rename from planetstack/core/dashboard/shell/object_id.js
rename to planetstack/core/static/shell/object_id.js
diff --git a/planetstack/core/dashboard/shell/opencloud.js b/planetstack/core/static/shell/opencloud.js
similarity index 100%
rename from planetstack/core/dashboard/shell/opencloud.js
rename to planetstack/core/static/shell/opencloud.js
diff --git a/planetstack/core/dashboard/shell/opencloud_shell.css b/planetstack/core/static/shell/opencloud_shell.css
similarity index 100%
rename from planetstack/core/dashboard/shell/opencloud_shell.css
rename to planetstack/core/static/shell/opencloud_shell.css
diff --git a/planetstack/core/dashboard/shell/opencloud_shell.js b/planetstack/core/static/shell/opencloud_shell.js
similarity index 100%
rename from planetstack/core/dashboard/shell/opencloud_shell.js
rename to planetstack/core/static/shell/opencloud_shell.js
diff --git a/planetstack/core/dashboard/shell/shell_utils.js b/planetstack/core/static/shell/shell_utils.js
similarity index 100%
rename from planetstack/core/dashboard/shell/shell_utils.js
rename to planetstack/core/static/shell/shell_utils.js
diff --git a/planetstack/core/dashboard/shell/tokens.js b/planetstack/core/static/shell/tokens.js
similarity index 100%
rename from planetstack/core/dashboard/shell/tokens.js
rename to planetstack/core/static/shell/tokens.js
diff --git a/planetstack/core/dashboard/shell/utils.js b/planetstack/core/static/shell/utils.js
similarity index 100%
rename from planetstack/core/dashboard/shell/utils.js
rename to planetstack/core/static/shell/utils.js
diff --git a/planetstack/core/dashboard/shell/shell.html b/planetstack/templates/admin/dashboard/shell.html
similarity index 100%
rename from planetstack/core/dashboard/shell/shell.html
rename to planetstack/templates/admin/dashboard/shell.html