diff options
author | 2018-03-28 10:29:09 +0100 | |
---|---|---|
committer | 2018-03-28 10:29:09 +0100 | |
commit | 284ee67477c8478165f698d70b69bb0b11230f37 (patch) | |
tree | 7509078c4792a09590f737d72aaf116c016a13de | |
parent | Docker compose (#40) (diff) |
Added the Flask Mega-Tutorial to resources
-rw-r--r-- | static/resources.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/resources.json b/static/resources.json index b73cfb33..f056a5fd 100644 --- a/static/resources.json +++ b/static/resources.json @@ -31,6 +31,12 @@ "url": "https://www.youtube.com/playlist?list=PL-osiE80TeTt2d9bfVyTiXJA-UTHn6WwU", "payment": "free", "payment_description": null + }, + "Get Started with Flask Web Development": { + "description": "A fully featured mega-tutorial for learning how to create web applications with the Flask framework.", + "url": "https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world", + "payment": "free", + "payment_description": null } } }, |