Guillotina is the only full-featured Python AsyncIO REST Resource Application Server designed for high-performance, horizontally scaling solutions
Read more at Guillotina
Deploy Guillotina on Heroku with Postgres in one clicks
You can add configuration variables, see https://guillotina.readthedocs.io/en/latest/developer/commands.html#overridding-configuration
- G_root_user__password
- G_jwt__secret
To change env var oh heroku
- Setting under application dashboard.

- Edit config var, click
Reveal Config Varsand setG_root_user__password,G_jwt__secret
- Install heroku cli
- In terminal
heroku login heroku git:clone -a <name_of_your_project>cd guillotina-test- Make changes in which you want on deployment.
git commit your changesgit push heroku master