An open API service indexing awesome lists of open source software.

https://github.com/karan/flask-tutorial

Following "The Flask Mega-Tutorial"
https://github.com/karan/flask-tutorial

Last synced: 9 months ago
JSON representation

Following "The Flask Mega-Tutorial"

Awesome Lists containing this project

README

          

Following through http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

These are some of the topics I will cover as we make progress with the app:

User management, including managing logins, sessions, user roles, profiles and user avatars.
Database management, including migration handling.
Web form support, including field validation.
Pagination of long lists of items.
Full text search.
Email notifications to users.
HTML templates.
Support for multiple languages.
Caching and other performance optimizations.
Debugging techniques for development and production servers.
Installation on a production server.