Browse Source

Added script collectstatic.sh

Denis 1 năm trước cách đây
mục cha
commit
02ced2b05c
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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