From 5afb541f209f479b009e8305dd2626780cadcff9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 12 Nov 2013 17:07:07 +0100 Subject: [PATCH] move debug_platform over into to-be-integrated --- {debug_platform => to-be-integrated/debug_platform}/__init__.py | 0 {debug_platform => to-be-integrated/debug_platform}/urls.py | 0 {debug_platform => to-be-integrated/debug_platform}/views.py | 0 {plugins => to-be-integrated/plugins}/debug_platform/__init__.py | 0 .../plugins}/debug_platform/static/css/debug_platform.css | 0 .../plugins}/debug_platform/static/js/debug_platform.js | 0 .../plugins}/debug_platform/templates/debug_platform.html | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {debug_platform => to-be-integrated/debug_platform}/__init__.py (100%) rename {debug_platform => to-be-integrated/debug_platform}/urls.py (100%) rename {debug_platform => to-be-integrated/debug_platform}/views.py (100%) rename {plugins => to-be-integrated/plugins}/debug_platform/__init__.py (100%) rename {plugins => to-be-integrated/plugins}/debug_platform/static/css/debug_platform.css (100%) rename {plugins => to-be-integrated/plugins}/debug_platform/static/js/debug_platform.js (100%) rename {plugins => to-be-integrated/plugins}/debug_platform/templates/debug_platform.html (100%) diff --git a/debug_platform/__init__.py b/to-be-integrated/debug_platform/__init__.py similarity index 100% rename from debug_platform/__init__.py rename to to-be-integrated/debug_platform/__init__.py diff --git a/debug_platform/urls.py b/to-be-integrated/debug_platform/urls.py similarity index 100% rename from debug_platform/urls.py rename to to-be-integrated/debug_platform/urls.py diff --git a/debug_platform/views.py b/to-be-integrated/debug_platform/views.py similarity index 100% rename from debug_platform/views.py rename to to-be-integrated/debug_platform/views.py diff --git a/plugins/debug_platform/__init__.py b/to-be-integrated/plugins/debug_platform/__init__.py similarity index 100% rename from plugins/debug_platform/__init__.py rename to to-be-integrated/plugins/debug_platform/__init__.py diff --git a/plugins/debug_platform/static/css/debug_platform.css b/to-be-integrated/plugins/debug_platform/static/css/debug_platform.css similarity index 100% rename from plugins/debug_platform/static/css/debug_platform.css rename to to-be-integrated/plugins/debug_platform/static/css/debug_platform.css diff --git a/plugins/debug_platform/static/js/debug_platform.js b/to-be-integrated/plugins/debug_platform/static/js/debug_platform.js similarity index 100% rename from plugins/debug_platform/static/js/debug_platform.js rename to to-be-integrated/plugins/debug_platform/static/js/debug_platform.js diff --git a/plugins/debug_platform/templates/debug_platform.html b/to-be-integrated/plugins/debug_platform/templates/debug_platform.html similarity index 100% rename from plugins/debug_platform/templates/debug_platform.html rename to to-be-integrated/plugins/debug_platform/templates/debug_platform.html -- 2.43.0