瀏覽代碼

Added script collectstatic.sh

Denis 1 年之前
父節點
當前提交
02ced2b05c
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      bin/collectstatic.sh

+ 4 - 0
bin/collectstatic.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+cd /root/sharix-open-webapp-base
+source env/bin/activate
+python manage.py collectstatic --no-input