소스 검색

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