From 83d1e6eeee22091dd2a4ae419d6e9b3dbda8dbb1 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 28 Mar 2018 23:37:37 +0100 Subject: Reorder resources.json --- static/resources.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'static') diff --git a/static/resources.json b/static/resources.json index f056a5fd..24ffca0c 100644 --- a/static/resources.json +++ b/static/resources.json @@ -14,6 +14,12 @@ "payment": "optional", "payment_description": "A wealth of free content is available, but you can also pay for more" }, + "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 + }, "Getting Started for Non-Programmers": { "description": "The list of resources for non-programmers from Python's official beginners' guide", "url": "https://wiki.python.org/moin/BeginnersGuide/NonProgrammers", @@ -31,12 +37,6 @@ "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 } } }, -- cgit v1.2.3