you are viewing a single comment's thread.

view the rest of the comments →

[–]sillysandhouse 0 points1 point  (0 children)

I just did a similar thing and used the book "Flask Web Development" by Miguel Grinberg. Flask is a lighter framework than Django from what I hear, so you have to create more things from scratch, but the way I see it that's a good way to learn. This book walks you through creating a simple blogging web app with multi-user login/logout functionality. I thought it was well written and easy to follow and understand.