An open API service indexing awesome lists of open source software.

https://github.com/nickstenning/hello-pyramid


https://github.com/nickstenning/hello-pyramid

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# hello-pyramid

This is a demo Python ([Pyramid](https://trypyramid.com/)) app you can deploy to [Skyliner](https://www.skyliner.io). Here's a guide to getting started:

[https://www.skyliner.io/help/quick-start](https://www.skyliner.io/help/quick-start)

If you have any trouble, please drop us a line at [support@skyliner.io](mailto:support@skyliner.io?Subject=Help%20with%20hello-pyramid).

## Differences from a stock Pyramid application

* In order to work with Application Load Balancers, the `PYTHONUNBUFFERED`
environment variable needs to be set to `1`.