Quellcode durchsuchen

Added script collectstatic.sh

Denis vor 1 Jahr
Ursprung
Commit
02ced2b05c
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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