Fixes on deployment
This commit is contained in:
parent
176c33aaf0
commit
3c419cd261
|
@ -75,6 +75,5 @@ class Command(BaseCommand):
|
||||||
'ATOMIC_REQUESTS': True,
|
'ATOMIC_REQUESTS': True,
|
||||||
}
|
}
|
||||||
}""") % context
|
}""") % context
|
||||||
)
|
|
||||||
context.update({'db_config': db_config})
|
context.update({'db_config': db_config})
|
||||||
run('echo "%(db_config)s" >> %(settings)s' % context)
|
run('echo "%(db_config)s" >> %(settings)s' % context)
|
||||||
|
|
Loading…
Reference in New Issue