Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 652 Bytes

README.rst

File metadata and controls

33 lines (26 loc) · 652 Bytes

WCICP Call Service

License:Apache Software License 2.0

Pre-Req

  • docker
  • docker-compose

Setup

Migrations (will auto-migrate on container startup)

  • docker-compose exec callservice ./manage.py migrate

Fixtures

  • docker-compose exec callservice ./manage.py loaddata initial

Bash (CWD - app root)

  • docker-compose exec callservice bash