We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo easy_install pip
brew update brew install pyenv pyenv-virtualenv
pyenv install 3.6.4
virtualenv
pyenv virtualenv 3.6.4 v-3.6.4 pyenv activate v-3.6.4
pip install pipenv pipenv install
createdb your_postgresql_database_name
python manage.py db upgrade
python manage.py deploy
pyenv activate v-3.6.4 celery worker -A celery_worker.celery --loglevel=info
pyenv activate v-3.6.4 python run.py
Unit tests may be run with:
python manage.py test
Coverage reports may be generated with:
coverage run --source=app manage.py test coverage report
Feature Overview
How it Works
Configuration
Deployment
Development Setup