Parcourir la source

Added script collectstatic.sh

Denis il y a 1 an
Parent
commit
02ced2b05c
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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