summaryrefslogtreecommitdiffstats
path: root/qtip/web/bench/management/commands/importstatic.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/web/bench/management/commands/importstatic.py')
-rw-r--r--qtip/web/bench/management/commands/importstatic.py10
1 files changed, 0 insertions, 10 deletions
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/")