bev-a-tron / MyFlaskTutorial

A Flask Tutorial for people who don't know any web programming. Actually, it would be helpful to know static HTML, also Python.
342 stars 203 forks source link

Updates to lessons 5 and 6 #6

Closed paulnicholsen27 closed 11 years ago

paulnicholsen27 commented 11 years ago

Hi Bev,

Current Hacker Schooler here--really enjoyed your tutorial: very helpful.

Lesson 5 didn't work until I added the GET method to /useful_function. (I don't know the theory behind that, only that through some trial and error it worked).

Lesson 6 needed the radio button labels changed to match the file in the layout folder.

Thanks again! (This is not only my intro to Flask, but my very first pull request!)

Best, Paul

bev-a-tron commented 11 years ago

Hi Paul, Thanks for your feedback! I can see right away that your comment on Lesson 6 should be changed, but I'm not sure about the comment on Lesson 5. I'm at my "real" job now, so I can't check on it till I get home tonight. Congrats on your first pull request! -Bev

On Tue, Nov 6, 2012 at 10:00 AM, Paul Nichols notifications@github.comwrote:

Hi Bev,

Current Hacker Schooler here--really enjoyed your tutorial: very helpful.

Lesson 5 didn't work until I added the GET method to /useful_function. (I don't know the theory behind that, only that through some trial and error it worked).

Lesson 6 needed the radio button labels changed to match the file in the layout folder.

Thanks again! (This is not only my intro to Flask, but my very first pull request!)

Best,

Paul

You can merge this Pull Request by running:

git pull https://github.com/pnichols104/MyFlaskTutorial master

Or view, comment on, or merge it at:

https://github.com/bev-a-tron/MyFlaskTutorial/pull/6 Commit Summary

  • Update 5_linking.rst
  • Update 6_nextquestion.rst

File Changes

  • M 5_linking.rst (6)
  • M 6_nextquestion.rst (2)

Patch Links