Skip to content

CrisisCleanup/old-wcicp-call-service

Repository files navigation

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