# microblog **Repository Path**: firemage/microblog ## Basic Information - **Project Name**: microblog - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-21 - **Last Updated**: 2023-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. flask command 数据库初始化 flask db init 数据库迁移 flask db migrate 数据库升级 flask db upgrade