Explorar el Código

Added script collectstatic.sh

Denis hace 1 año
padre
commit
02ced2b05c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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