-
Notifications
You must be signed in to change notification settings - Fork 4
Development Environment
Geoffroy Noël edited this page Dec 15, 2019
·
5 revisions
# install poetry
sudo pip install "poetry<1"
#
cd django-controlled-vocabulary
# let poetry install virtual environment
poetry install
cd tests
poetry run python manage.py test controlled_vocabulary
cd tests
poetry shell
./manage.py migrate
./manage.py vocab init
./manage.py runserver 0:8000
poetry version
poetry build
poetry publish