/intro-to-flask

Intro to Flask sample application

Primary LanguagePython

Intro to Flask

This is a sample application for the Intro to Flask series on Nettuts+.

This repo has the following checkpoints

You can switch to each checkpoint to see what the code looks like up to that point by either cloning the repo or using the GitHub branch menu.

Cloning the repo

First clone this repo by running

$ git clone git://github.com/cuttarug/intro-to-flask.git

Then fetch each checkpoint to see what the code looks like at that point by running $ git checkout -b [<checkpoint-name>]. For example, to view the code at checkpoint "05_contact_form", type

$ git checkout -b 05_contact_form

Using the GitHub branch menu

Alternatively, you can use GitHub's web interface to view each checkpoint. Click on the branch menu and select the checkpoint you want to view, shown below:

GitHub Branch Menu