Explorar el Código

set heroku_wsgi in Procfile

David Ray hace 8 años
padre
commit
a6aec8f61b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Procfile

+ 1 - 1
Procfile

@@ -1,2 +1,2 @@
 release: yes "yes" | python manage.py migrate
-web: uwsgi --http :$PORT --module bakerydemo.wsgi --master --offload-threads 1
+web: uwsgi --http :$PORT --module bakerydemo.heroku_wsgi --master --offload-threads 1