Updated document in respects to the changes for Heroku and using their service.
This commit is contained in:
parent
a9fc6fde52
commit
e77946f9f8
1 changed files with 5 additions and 6 deletions
|
|
@ -15,14 +15,13 @@ will be outlined here.
|
||||||
|
|
||||||
As of November 28, 2022, Heroku has discontinued their free dyno management services
|
As of November 28, 2022, Heroku has discontinued their free dyno management services
|
||||||
for developers to host their projects. Dynos are containers provided by Heroku that
|
for developers to host their projects. Dynos are containers provided by Heroku that
|
||||||
holds deployed applications. Under specific criteria, Users are allocated a finite
|
holds deployed applications. This tutorial utilizes `Gunicorn`_, a Python WSGI HTTP
|
||||||
amount of free dyno hours for their deployed projects every month. This tutorial
|
Server where Heroku requires dyno hours. Please refer to `Heroku's Low Cost Dyno`_ for
|
||||||
utilizes `Gunicorn`_, a Python WSGI HTTP Server where Heroku requires dyno hours. Please
|
more information regarding the changes Heroku's dyno management services and the current
|
||||||
refer to `Heroku's Free Dyno Hours`_ for more information regarding Heroku's free dyno
|
rates to utilize their deployment services.
|
||||||
hours.
|
|
||||||
|
|
||||||
.. _Gunicorn: https://gunicorn.org/
|
.. _Gunicorn: https://gunicorn.org/
|
||||||
.. _Heroku's Free Dyno Hours: https://devcenter.heroku.com/articles/free-dyno-hours/
|
.. _Heroku's Low Cost Dyno: https://blog.heroku.com/new-low-cost-plans/
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue