Adding Heroku Support

pull/20/head
David Ray 2017-02-10 10:40:49 -05:00
rodzic f9b3d6f8d0
commit d2727e9318
3 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -1 +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.wsgi --master --offload-threads 1

Wyświetl plik

@ -1,3 +1,5 @@
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/wagtail/bakerydemo)
Wagtail demo project Wagtail demo project
======================= =======================

Wyświetl plik

@ -3,3 +3,8 @@ elasticsearch
wagtail wagtail
wagtailfontawesome wagtailfontawesome
Pillow Pillow
# Dependencies for Heroku deployment
dj-database-url==0.3.0
whitenoise>=3.1,<4.0
uwsgi>=2.0,<2.1