From 8fb081219f52d33752202bc645c253001225566a Mon Sep 17 00:00:00 2001 From: hchiam Date: Tue, 11 Jul 2017 20:56:55 -0400 Subject: [PATCH] add learning link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30cc47c48..37efa4a3d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A barebones Python app, which can easily be deployed to Heroku. This application supports the [Getting Started with Python on Heroku](https://devcenter.heroku.com/articles/getting-started-with-python) article - check it out. +Just one of the things I'm learning. https://github.com/hchiam/learning + ## Running Locally Make sure you have Python [installed properly](http://install.python-guide.org). Also, install the [Heroku Toolbelt](https://toolbelt.heroku.com/) and [Postgres](https://devcenter.heroku.com/articles/heroku-postgresql#local-setup).