piku/examples/python
Rui Carmo 03a7496f45 Tweaks 2016-03-29 21:41:03 +01:00
..
Procfile Fixes 2016-03-29 20:46:43 +01:00
README.md Graceful error handling 2016-03-29 20:38:48 +01:00
main.py Tweaks 2016-03-29 21:41:03 +01:00
requirements.txt first pass at sample apps 2016-03-29 20:31:12 +01:00

README.md

Python example

To publish this app to piku, make a copy of this folder and run the following commands:

cd python_copy
git init .
git remote add piku piku@your_server:python_example
git add .
git commit -a -m "initial commit"
git push piku master