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

1 small error, also thanks #7

Closed kentliu closed 11 years ago

kentliu commented 11 years ago

need to add request as one of the imported modules in section 4. Thanks for the tutorial btw, it's super helpful.

bev-a-tron commented 11 years ago

Thanks! Glad you enjoyed it! It's as if I left a bunch of mistakes in the tutorial, which are small problems to solve for the user. (But really, I'm not that clever... They're real mistakes...) I'm about to get on a plane, but I'll give it a look when I reach the other side!

Sent from my iPad

On Feb 14, 2013, at 5:51 PM, Kent Liu notifications@github.com wrote:

need to add request as one of the imported modules in section 4. Thanks for the tutorial btw, it's super helpful.

— Reply to this email directly or view it on GitHub.

bev-a-tron commented 11 years ago

Oh hey, you're right! Do you want to submit a patch (so you can get "credit")? Let me know --- otherwise I can go ahead and fix it. Thanks!

kentliu commented 11 years ago

Ah sure! I'll do that when I get to a computer. I haven't gotten that far yet (since I'm learning stuff that actually is directly applicable to my site), but I'll slowly read through it and see if I catch any typos.

-Kent

On Feb 15, 2013, at 1:19 AM, bev-a-tron notifications@github.com wrote:

Oh hey, you're right! Do you want to submit a patch (so you can get "credit")? Let me know --- otherwise I can go ahead and fix it. Thanks!

— Reply to this email directly or view it on GitHub.

bev-a-tron commented 11 years ago

Somebody else fixed it! I'll remember that you saw it first, though. :)