설명 없음

weichen 54f79a586a extract remove feature from editor routes to collections rotues 4 년 전
backstage 54f79a586a extract remove feature from editor routes to collections rotues 4 년 전
.gitignore 60f4060246 ignore .DS_Store 4 년 전
README.md 24792ab817 fix readme content for more undestandable 4 년 전
requirements.txt ed916453c2 add flask WTForms and googletrans package into requirements.txt 4 년 전
run.py d8595203dc change structure, use blueprint for managing multiple app 4 년 전
setup.cfg 03e8b4553a add setup.cfg for flask style 4 년 전

README.md

settup python bhouse-backstage development environment

python - 3.6.8
https://www.python.org/downloads/
install python virtualenv first


setup virtualenvs

cd ~
mkdir .virtualenvs
cd .virtualenvs

macOS
python3.6 -m venv bhouse_backstage
source ~/.virtualenvs/bhouse_backstage/bin/activate

setup bhouse_backstage

cd 工作目錄 git clone http://git.choozmo.com:3000/choozmo/bhouse_backstage.git
cd bhouse_backstage
pip install -r requirements.txt
請先找管理員拿config放到指定目錄

執行

python run.py