https://github.com/scalingo/sample-python2-flask
Sample application using Python 2 and Flask
https://github.com/scalingo/sample-python2-flask
flask python python2 sample
Last synced: about 1 month ago
JSON representation
Sample application using Python 2 and Flask
- Host: GitHub
- URL: https://github.com/scalingo/sample-python2-flask
- Owner: Scalingo
- Created: 2015-10-14T21:11:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:12:20.000Z (over 3 years ago)
- Last Synced: 2025-08-05T00:20:31.806Z (11 months ago)
- Topics: flask, python, python2, sample
- Language: HTML
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [DEPRECATED] Sample Application with Python and Flask
This sample is running on: https://python2-flask.is-easy-on-scalingo.com/
## DEPRECATION NOTICE
With the introduction of the `scalingo-20` stack, Python 2 will no longer be supported.
This sample will therefore not work with the `scalingo-20` stack.
However, it is still functional with the `scalingo-18` stack.
## Run Locally
```shell
virtualenv
. bin/activate
pip install -r requirements.txt
python app.py
```
## Deploy via Git
Create an application on https://scalingo.com, then:
```shell
git remote add scalingo git@ssh.osc-fr1.scalingo.com:.git
git push scalingo master
```
And that's it!
The application is running at this URL: https://.osc-fr1.scalingo.io/
## Deploy via one-click
[](https://my.scalingo.com/deploy)