Browse Source

Added script collectstatic.sh

Denis 1 year ago
parent
commit
02ced2b05c
1 changed files with 4 additions and 0 deletions
  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