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

WanMuJia - An Online Trading Website for Redwood Furniture

License

Notifications You must be signed in to change notification settings

silencewwt/WanMuJia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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