kopia lustrzana https://github.com/wagtail/bakerydemo
Adding Heroku Support
rodzic
f9b3d6f8d0
commit
d2727e9318
1
Procfile
1
Procfile
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue