First take on API
Contribution Pathways
This assumes that you have already cloned the repo locally and installed python-virtualenvwrapper.
python-virtualenvwrapper
On first run you should create a new virtualenv
mkvirtualenv navras -a [your_code_path]
Activate your virtualenv and install requirements:
workon navras pip install -r requirements/dev.txt
Set your enviromental variables:
cp .env-dist .env
Setup the database:
./manage.py migrate
And run the app
./manage.py runserver
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
navras
Contribution Pathways
install
This assumes that you have already cloned the repo locally and installed
python-virtualenvwrapper.On first run you should create a new virtualenv
mkvirtualenv navras -a [your_code_path]Activate your virtualenv and install requirements:
Set your enviromental variables:
cp .env-dist .envSetup the database:
./manage.py migrateAnd run the app
./manage.py runserver