Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
fogleman committed Jun 12, 2012
1 parent d20558d commit 6e07c4d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.markdown
@@ -0,0 +1,16 @@
# Hello Flask

A boiler-plate starting point for a Flask web application, including SQLAlchemy and WTForms.

## Dependencies

pip install Flask
pip install Flask-SQLAlchemy
pip install Flask-WTF

## Customizations

**Be sure to set a `SECRET_KEY` in hello/config.py** ... you can generate one like this:

import uuid
print uuid.uuid4().hex

0 comments on commit 6e07c4d

Please sign in to comment.