Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 221 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 221 Bytes

MuYiJia

使用flask框架的web application

Setup

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Run

python manage db upgrade
python manage runserver -d