Browse Source

set heroku_wsgi in Procfile

David Ray 8 năm trước cách đây
mục cha
commit
a6aec8f61b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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