juan carlos carvajal bermudez hace 5 años
padre
commit
fa82873de4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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