From 2e95b38cac7b9a123fc08abedcafe6da3855964f Mon Sep 17 00:00:00 2001
From: Steven Loria <sloria1@gmail.com>
Date: Sat, 21 Sep 2013 13:31:50 -0500
Subject: [PATCH] Add credits section to README

---
 README.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.rst b/README.rst
index 967bd4d8..4f83f20b 100644
--- a/README.rst
+++ b/README.rst
@@ -37,6 +37,16 @@ Using this template
 You will be asked about your basic info (name, project name, etc.). This info will be used in your new project.
 
 
+Inspiration
+-----------
+
+- `Building Websites in Python with Flask <http://maximebf.com/blog/2012/10/building-websites-in-python-with-flask/>`_
+- `Structuring Flask Apps <http://charlesleifer.com/blog/structuring-flask-apps-a-how-to-for-those-coming-from-django/>`_
+- `Flask-Foundation <https://github.com/JackStouffer/Flask-Foundation>`_
+- `flask-basic-registration <https://github.com/mjhea0/flask-basic-registration>`_
+- `Flask Official Documentation <http://flask.pocoo.org/docs/>`_
+
+
 License
 -------
 BSD licensed.
-- 
GitLab