From 3c419cd261679bf5e6d7b4434841f2baf31076f5 Mon Sep 17 00:00:00 2001 From: Marc Aymerich Date: Thu, 1 Oct 2015 19:04:49 +0000 Subject: [PATCH] Fixes on deployment --- orchestra/management/commands/setuppostgres.py | 1 - 1 file changed, 1 deletion(-) diff --git a/orchestra/management/commands/setuppostgres.py b/orchestra/management/commands/setuppostgres.py index 7e098178..59e7d12b 100644 --- a/orchestra/management/commands/setuppostgres.py +++ b/orchestra/management/commands/setuppostgres.py @@ -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)