piku/examples/python
Rui Carmo cb980fd3b7 Port selection and per-app settings working. 2016-04-02 00:51:49 +01:00
..
ENV Port selection and per-app settings working. 2016-04-02 00:51:49 +01:00
Procfile
README.md
main.py
requirements.txt
worker.py

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