Skip to content

Commit

Permalink
Text changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Mar 4, 2012
1 parent 1a0310e commit 469bbae
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 38 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Flask Sample Project
=====================

By @audreyr.

This is a sample Flask project that uses the Consumer Notebook API.

Running it locally
Expand All @@ -27,4 +29,9 @@ Note: you can also run it with Foreman, but you won't get the debugger::
Deploying it on Heroku
----------------------

Delete the runserver.py file, then follow the deployment instructions at https://github.com/zachwill/flask_heroku. This demo is mostly based on the code from the [Flask Heroku](https://github.com/zachwill/flask_heroku) project, which is a template to get your Flask app running on Heroku as fast as possible.
Follow the deployment instructions at https://github.com/zachwill/flask_heroku.

Credits
-------

This demo is mostly based on the code from the [Flask Heroku](https://github.com/zachwill/flask_heroku) project, which is a template to get your Flask app running on Heroku as fast as possible.
30 changes: 0 additions & 30 deletions templates/about.html

This file was deleted.

8 changes: 1 addition & 7 deletions templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
<div class="fill">
<div class="container">

<a href="/" class="brand">site</a>

<ul class="secondary-nav">
<li>
<a href="/about/">About</a>
</li>
</ul>
<a href="/" class="brand">cn-flask-sample</a>

</div>
</div>
Expand Down
13 changes: 13 additions & 0 deletions templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ <h2>Consumer Notebook - Flask Sample App</h2>
</form>
</div>
<div class="span7">
<h3>What is this?</h3>
<p>
This is a demo showing how to use the Consumer Notebook API in a sample Flask app.
</p>

<p>
The code for this is at <a href="https://github.com/consumernotebook/cn-flask-sample">https://github.com/consumernotebook/cn-flask-sample</a>.
</p>
<p>
Grab the code and experiment with it!
</p>

</p>
<h3>Questions?</h3>
<p>
See <a href="http://developers.consumernotebook.com">developers.consumernotebook.com</a> for how to get help.
Expand Down

0 comments on commit 469bbae

Please sign in to comment.