School of Tomorrow: A Flask Application
by Kirby Urner
4D Solutions
School of Tomorrow
A Flask application used in my Python courses.
Open Source: feel free to clone
- Source Code on Github (public repo)
- Dissecting a Flask App (blog post)
- More Python on Github (public repo)
- More Links to Fun Places (public links)
Here's the API:
Edit allows updating fields using POST, however Add and Delete are only stubs. Editing requires setting a secret key in your local copy. Editing is disabled in the read-only cloud version
Posting of new records is partially implemented but disabled (example script), for adding to any database.
