Fixes on deployment
This commit is contained in:
parent
b7007903f0
commit
d1be8348c4
|
@ -54,6 +54,8 @@ class Command(BaseCommand):
|
||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
interactive = options.get('interactive')
|
interactive = options.get('interactive')
|
||||||
db_password = options.get('db_password')
|
db_password = options.get('db_password')
|
||||||
|
print(db_password)
|
||||||
|
print(type(db_password))
|
||||||
context = {
|
context = {
|
||||||
'db_name': options.get('db_name'),
|
'db_name': options.get('db_name'),
|
||||||
'db_user': options.get('db_user'),
|
'db_user': options.get('db_user'),
|
||||||
|
|
Loading…
Reference in New Issue