Browse Source

fix update

juan carlos carvajal bermudez 5 năm trước cách đây
mục cha
commit
fa82873de4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -7,5 +7,5 @@ pip install --disable-pip-version-check -r requirements.txt --no-cache
 ./manage.py collectstatic --noinput
 ./manage.py makemigrations
 ./manage.py migrate
-touch ./${PWD##*/}/wsgi.py
+touch ./project_base/wsgi.py
 #./manage.py compilemessages -l de