Ver código fonte

Added script collectstatic.sh

Denis 1 ano atrás
pai
commit
02ced2b05c
1 arquivos alterados com 4 adições e 0 exclusões
  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