فهرست منبع

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