Fixes on deployment

This commit is contained in:
Marc Aymerich 2015-10-02 09:41:50 +00:00
parent b7007903f0
commit d1be8348c4
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ class Command(BaseCommand):
def handle(self, *args, **options):
interactive = options.get('interactive')
db_password = options.get('db_password')
print(db_password)
print(type(db_password))
context = {
'db_name': options.get('db_name'),
'db_user': options.get('db_user'),