소스 검색

fix update

juan carlos carvajal bermudez 5 년 전
부모
커밋
fa82873de4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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