Skipping ahead in Flask

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.

Storing Data

Options:

  • SQL Database. See the database secton of the Flask Megatutorial mentioned above.

  • MongoDB.