diff options
| author | 2018-03-28 23:37:37 +0100 | |
|---|---|---|
| committer | 2018-03-28 23:37:37 +0100 | |
| commit | 83d1e6eeee22091dd2a4ae419d6e9b3dbda8dbb1 (patch) | |
| tree | f58ecb7c7e94463f39803dc7ef3329568603afaf | |
| parent | Added the Flask Mega-Tutorial to resources (diff) | |
Reorder resources.json
Diffstat (limited to '')
| -rw-r--r-- | static/resources.json | 12 | 
1 files changed, 6 insertions, 6 deletions
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        }      }    },  |