Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 248 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 248 Bytes

dependence

youjiao uses postgresql/redis as data storage, uses webpack to bundle static assets.

create db

python manage.py createdb

webpack

npm run build
npm run watch
npm run deploy

run

python manage.py run