summaryrefslogtreecommitdiffstats
path: root/qtip/web/bench/management/commands
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/web/bench/management/commands')
-rw-r--r--qtip/web/bench/management/commands/__init__.py0
-rw-r--r--qtip/web/bench/management/commands/_private.py0
-rw-r--r--qtip/web/bench/management/commands/importstatic.py10
3 files changed, 0 insertions, 10 deletions
diff --git a/qtip/web/bench/management/commands/__init__.py b/qtip/web/bench/management/commands/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/qtip/web/bench/management/commands/__init__.py
+++ /dev/null
diff --git a/qtip/web/bench/management/commands/_private.py b/qtip/web/bench/management/commands/_private.py
deleted file mode 100644
index e69de29b..00000000
--- a/qtip/web/bench/management/commands/_private.py
+++ /dev/null
diff --git a/qtip/web/bench/management/commands/importstatic.py b/qtip/web/bench/management/commands/importstatic.py
deleted file mode 100644
index 471faf8b..00000000
--- a/qtip/web/bench/management/commands/importstatic.py
+++ /dev/null
@@ -1,10 +0,0 @@
-import os
-
-from django.core.management.base import BaseCommand
-
-
-class Command(BaseCommand):
- help = 'Import frontend dependencies for serving as static files'
-
- def handle(self, *args, **options):
- os.system("git clone https://github.com/gurayyarar/AdminBSBMaterialDesign.git bench/static/")