aboutsummaryrefslogtreecommitdiffstats
path: root/static/resources.json
diff options
context:
space:
mode:
authorGravatar Jeremiah Boby <[email protected]>2018-03-28 10:29:09 +0100
committerGravatar GitHub <[email protected]>2018-03-28 10:29:09 +0100
commit284ee67477c8478165f698d70b69bb0b11230f37 (patch)
tree7509078c4792a09590f737d72aaf116c016a13de /static/resources.json
parentDocker compose (#40) (diff)
Added the Flask Mega-Tutorial to resources
Diffstat (limited to 'static/resources.json')
-rw-r--r--static/resources.json6
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
}
}
},