Fixes on deployment

This commit is contained in:
Marc Aymerich 2015-10-01 19:04:49 +00:00
parent 176c33aaf0
commit 3c419cd261
1 changed files with 0 additions and 1 deletions

View File

@ -75,6 +75,5 @@ class Command(BaseCommand):
'ATOMIC_REQUESTS': True,
}
}""") % context
)
context.update({'db_config': db_config})
run('echo "%(db_config)s" >> %(settings)s' % context)