설명 없음

weichen 9fcfec9fa3 remove create_content type_input and blog, collection create routes call create_content with input data containing type and category 4 년 전
backstage 9fcfec9fa3 remove create_content type_input and blog, collection create routes call create_content with input data containing type and category 4 년 전
.gitignore 60f4060246 ignore .DS_Store 4 년 전
README.md 24792ab817 fix readme content for more undestandable 4 년 전
requirements.txt cae6b1b34f add flake8 into requirements 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