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