# ZhiHu **Repository Path**: william533036/ZhiHu ## Basic Information - **Project Name**: ZhiHu - **Description**: 学习Flask制作的仿知乎小站 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZhiHu 简介:学习python的过程中用Flask做的知乎 /ZhiHu # python manage.py shell from app import create_app, db db.create_all() python manage.py runserver --host 0.0.0.0 --port 80