Welcome to the Flask large-scale tutorial project!

Reprint an excellent tutorial for learning Flask programming!

Introduction to the application

As part of this tutorial-the application I want to develop is a very distinctive microblog server, which I call  microblog  .

As the application continues to progress, I will cover the following topics:

  • User management, including management of logins, sessions, user roles, permissions, and user avatars.
  • Database management, including migration processing.
  • Web form support, including validation of various fields.
  • Paging processing.
  • research all.
  • User email reminder.
  • HTML template.
  • support multi-languauge.
  • Caching and other performance optimization techniques.
  • Debugging skills for development and production servers.
  • Install on the production server.

Original link: http://www.pythondoc.com/flask-mega-tutorial/index.html 

Guess you like

Origin blog.csdn.net/jccc39/article/details/106283172