AgileFusion test task
virtualenv env
source env/bin/activate
pip install -r requirements.txt
configure settings_local.py (DATABASES - PostgresSQL and DEBUG = True)
python manage.py migrate
python manage.py runserver --verbosity 3
celery -A taxi worker -B -l info
python test_load_divers.py
python test_load_clients.py