https://github.com/nickstenning/hello-pyramid
https://github.com/nickstenning/hello-pyramid
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickstenning/hello-pyramid
- Owner: nickstenning
- License: mit
- Created: 2016-12-15T10:56:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T10:56:40.000Z (over 9 years ago)
- Last Synced: 2025-02-09T21:12:04.499Z (over 1 year ago)
- Language: Python
- Size: 381 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.