If you want to skip ahead
Suppose you want to skip ahead to using a Database, OAuth Authentication, AJAX, Embedded Google Maps, etc.
Here’ s the so-called “Flask Megatutorial” with many advanced topics that you could take a look at.
Among other topics, this page explores working with a database in Flask on Heroku. See this article
Storing Data
Options:
- SQL Database. See the database secton of the Flask Megatutorial
- MongoDB. See: Getting Started with MongoDB (Python Edition)