Contributing Guide
⏱ tutorial time: 20 minutes
Isabl API
git clone git@github.com:papaemmelab/isabl_api.git cd apidocker-compose builddocker-compose run --rm django toxdocker-compose run --rm django pytest --ds example.settings --cov=isabl_api docker-compose run --rm django pylint isabl_api docker-compose run --rm django pydocstyle isabl_api
Create a superuser
docker-compose run --rm django python manage.py migrate
docker-compose run --rm django python manage.py createsuperuser --email admin@isabl.io --username adminStart the backend
Coverage report
Isabl CLI
Isabl Web
Documentation
Contribute with Github
Formatting projects
Bumping version of PyPi
Emoji reference
Last updated
Was this helpful?