Sin descripción

weichen 4be00f923b add description about setting up python environment and make it work hace 4 años
backstage b90dd52544 add multiple base type page hace 4 años
.gitignore 582c1c38f2 add gitignore hace 4 años
README.md 4be00f923b add description about setting up python environment and make it work hace 4 años
requirements.txt 42af527d3d add requirements for setting up python environment hace 4 años
run.py d8595203dc change structure, use blueprint for managing multiple app hace 4 años
setup.cfg 03e8b4553a add setup.cfg for flask style hace 4 años

README.md

python - 3.6.8

settup python bhouse-backstage mkdir .virtualenvs cd .virtualenvs

macOS python3.6 -m venv bouse_backstage source ~/.virtualenvs/bouse_backstage/bin/activate pip install -r requirements.txt