ftp_deploy.conf: 2 total statements, 0.0% covered

Generated: Mon 2013-12-16 18:43 GMT

Source file: /var/www/service.dev/service/ftp_deploy/conf.py

Stats: 0 executed, 1 missed, 1 excluded, 6 ignored

  1. from django.conf import settings
  2. BITBUCKET_SETTINGS = getattr(settings, 'DEPLOY_BITBUCKET_SETTINGS', {
  3. 'username' : '',
  4. 'password' : '',
  5. })